File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ concurrency:
44 group : ${{ github.workflow }}-${{ github.ref }}
55 cancel-in-progress : true
66
7- # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
87permissions :
8+ actions : read
99 contents : read
1010
1111on :
1919 run :
2020 uses : ./.github/workflows/zizmor.yml
2121 permissions :
22+ actions : read
2223 contents : read
2324 security-events : write
2425 with :
Original file line number Diff line number Diff line change 11name : list-commits
22
3- # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
43permissions :
54 contents : read
65
Original file line number Diff line number Diff line change 11name : pr-assign-author
22
3- # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
43permissions :
54 contents : read
65
Original file line number Diff line number Diff line change 11name : releases-json
22
3- # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
43permissions :
54 contents : read
65
Original file line number Diff line number Diff line change 11name : zizmor
22
3- # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
43permissions :
4+ actions : read
55 contents : read
66
77on :
4343 zizmor :
4444 runs-on : ubuntu-latest
4545 permissions :
46+ actions : read
4647 contents : read
4748 security-events : write
4849 steps :
Original file line number Diff line number Diff line change @@ -254,6 +254,9 @@ they are skipped for `edge` resolution.
254254` ` ` yaml
255255name: ci
256256
257+ permissions:
258+ contents: read
259+
257260on:
258261 push:
259262
@@ -347,6 +350,7 @@ and uploads the SARIF report to GitHub code scanning.
347350name : ci
348351
349352permissions :
353+ actions : read
350354 contents : read
351355
352356on :
@@ -357,6 +361,7 @@ jobs:
357361 zizmor :
358362 uses : crazy-max/.github/.github/workflows/zizmor.yml@v1
359363 permissions :
364+ actions : read
360365 contents : read
361366 security-events : write
362367 with :
You can’t perform that action at this time.
0 commit comments