File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 88 branches :
99 - main
1010
11- permissions :
12- actions : read
13- checks : write
14- contents : read
15- security-events : write
11+ # Declare default permissions as read only
12+ permissions : read-all
1613
1714concurrency :
1815 group : ${{ github.workflow }}-${{ github.ref }}
2219 analyze :
2320 name : Analyze
2421 runs-on : ubuntu-latest
22+ permissions :
23+ actions : read
24+ checks : write
25+ contents : read
26+ security-events : write
2527
2628 steps :
2729 - name : Harden the runner (Audit all outbound calls)
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ concurrency:
1313 group : ${{ github.workflow }}-${{ github.ref }}
1414 cancel-in-progress : true
1515
16+ # Declare default permissions as read only
17+ permissions : read-all
18+
1619jobs :
1720 linter :
1821 name : Lint Markdown Files
You can’t perform that action at this time.
0 commit comments