File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 schedule :
55 - cron : ' 42 1 * * *'
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 prs :
912 name : Clean up stale prs
3942 branches :
4043 name : Cleanup old branches
4144 runs-on : ubuntu-latest
45+ permissions :
46+ contents : write
4247 steps :
4348 - name : Harden the runner (Audit all outbound calls)
4449 uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
Original file line number Diff line number Diff line change 66 - edited
77 - reopened
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 enforce :
1114 runs-on : ubuntu-latest
15+ permissions :
16+ contents : read
17+ pull-requests : read
1218
1319 steps :
1420 - name : Harden the runner (Audit all outbound calls)
Original file line number Diff line number Diff line change 99concurrency :
1010 group : ${{ github.workflow }}-${{ github.head_ref || github.sha }}
1111 cancel-in-progress : true
12+
13+ permissions :
14+ contents : read
15+
1216jobs :
1317 unit :
1418 name : Unit
You can’t perform that action at this time.
0 commit comments