Skip to content

Commit 3b62863

Browse files
Copilotegorsmkv
andcommitted
security: add explicit permissions to bump-version workflow
Co-authored-by: egorsmkv <7875085+egorsmkv@users.noreply.github.com>
1 parent 2dd684e commit 3b62863

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/bump-version.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
jobs:
1010
bump:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
14+
pull-requests: write
1215
steps:
1316
- name: Checkout source
1417
uses: actions/checkout@v4

0 commit comments

Comments
 (0)