File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 name : Action lint
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
27+ - uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
2828 with :
2929 egress-policy : block
3030 allowed-endpoints : >
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Harden the runner (Audit all outbound calls)
25- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
25+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
2626 with :
2727 egress-policy : audit
2828
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Harden the runner (Audit all outbound calls)
14- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
14+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
1515 with :
1616 egress-policy : audit
1717
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Harden the runner (Audit all outbound calls)
20- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
20+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
2121 with :
2222 egress-policy : audit
2323
3535 # NB: Could also set `fail-on-increase: false` and use `if: ${{steps.malcontent.outputs.risk-delta > 5}}` to allow some risk increase
3636
3737 - name : Upload SARIF
38- uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.0 - 11 Jun 2025
38+ uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.0 - 11 Jun 2025
3939 if : always() # Upload even if the malcontent check fails
4040 with :
4141 sarif_file : ${{ steps.malcontent.outputs.sarif-file }}
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Harden the runner (Audit all outbound calls)
24- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
24+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
2525 with :
2626 egress-policy : audit
2727
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Harden the runner (Audit all outbound calls)
19- uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
19+ uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
2020 with :
2121 egress-policy : audit
2222
3232 github-token : ${{ secrets.GITHUB_TOKEN }}
3333
3434 - name : Upload SARIF
35- uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.0 - 11 Jun 2025
35+ uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.0 - 11 Jun 2025
3636 if : always() # Upload even if the malcontent check fails
3737 with :
3838 sarif_file : ${{ steps.malcontent.outputs.sarif-file }}
Original file line number Diff line number Diff line change 2828 contents : read # Clone the repository
2929 security-events : write # Upload SARIF results to Code Scanning
3030 steps :
31- - uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
31+ - uses : step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18 .0
3232 with :
3333 egress-policy : block
3434 allowed-endpoints : >
You can’t perform that action at this time.
0 commit comments