File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 codeql-analyze :
2828 name : CodeQL Analyze
2929 runs-on : ubuntu-latest
30- permissions :
31- actions : read
32- contents : read
33- security-events : write
3430 strategy :
3531 fail-fast : false
3632 matrix :
Original file line number Diff line number Diff line change 66 frizbee :
77 name : Check action pinning
88 runs-on : ubuntu-latest
9- permissions :
10- contents : read
119 steps :
1210 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1311 with :
Original file line number Diff line number Diff line change 1- permissions :
2- contents : read
3-
41on :
52 workflow_call :
63 inputs :
@@ -123,10 +120,6 @@ jobs:
123120
124121 codeql :
125122 if : inputs.run-codeql
126- permissions :
127- actions : read
128- contents : read
129- security-events : write
130123 uses : ./.github/workflows/codeql-analysis.yml
131124 with :
132125 goprivate : ${{ inputs.goprivate }}
Original file line number Diff line number Diff line change 1111 zizmor :
1212 name : Scan GitHub workflows
1313 runs-on : ubuntu-latest
14- permissions :
15- contents : read
16- security-events : write
1714 steps :
1815 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1916 with :
Original file line number Diff line number Diff line change 1+ rules :
2+ excessive-permissions :
3+ ignore :
4+ # workflow_call-only: the caller controls the permission ceiling,
5+ # so job-level permissions blocks are meaningless here.
6+ - goCI.yml
You can’t perform that action at this time.
0 commit comments