File tree Expand file tree Collapse file tree 18 files changed +339
-82
lines changed
Expand file tree Collapse file tree 18 files changed +339
-82
lines changed Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Harden the runner (Audit all outbound calls)
34- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
34+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
3535 with :
3636 egress-policy : audit
3737
@@ -42,12 +42,12 @@ jobs:
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
45+ uses : github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
4646 with :
4747 languages : ${{ matrix.language }}
4848 build-mode : none
4949
5050 - name : Perform CodeQL Analysis
51- uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
51+ uses : github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
5252 with :
5353 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2424 pull-requests : write # for actions/dependency-review-action to comment on PRs
2525 steps :
2626 - name : Harden the runner (Audit all outbound calls)
27- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
27+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2828 with :
2929 egress-policy : audit
3030
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Harden the runner (Audit all outbound calls)
30- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
30+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
3131 with :
3232 egress-policy : audit
3333
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Harden the runner (Audit all outbound calls)
28- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
28+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2929 with :
3030 egress-policy : audit
3131
5353 # Upload the results to GitHub's code scanning dashboard (optional).
5454 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
5555 - name : " Upload to code-scanning"
56- uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
56+ uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
5757 with :
5858 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1717 actions : read # Required to upload SARIF file to CodeQL
1818 security-events : write # Require writing security events to upload
1919 contents : read # for checkout
20- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@2a387edfbe02a11d856b89172f6e978100177eb4 " # v2.3.2
20+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@c5996e0193a3df57d695c1b8a1dec2a4c62e8730 " # v2.3.3
Original file line number Diff line number Diff line change 3434 working-directory : images/${{ matrix.image }}
3535 steps :
3636 - name : Harden the runner (Audit all outbound calls)
37- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
37+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
3838 with :
3939 egress-policy : audit
4040
Original file line number Diff line number Diff line change 2424 environment : release
2525 steps :
2626 - name : Harden the runner (Audit all outbound calls)
27- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
27+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2828 with :
2929 egress-policy : audit
3030
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Harden the runner (Audit all outbound calls)
22- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
22+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2323 with :
2424 egress-policy : audit
2525
Original file line number Diff line number Diff line change 1818 pull-requests : write # for actions/stale to close stale PRs
1919 steps :
2020 - name : Harden the runner (Audit all outbound calls)
21- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
21+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2222 with :
2323 egress-policy : audit
2424
Original file line number Diff line number Diff line change 2626 image : hashicorp/terraform:${{ matrix.terraform }}
2727 steps :
2828 - name : Harden the runner (Audit all outbound calls)
29- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
29+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
3030 with :
3131 egress-policy : audit
3232
@@ -100,7 +100,7 @@ jobs:
100100 image : hashicorp/terraform:${{ matrix.terraform }}
101101 steps :
102102 - name : Harden the runner (Audit all outbound calls)
103- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
103+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
104104 with :
105105 egress-policy : audit
106106
@@ -165,7 +165,7 @@ jobs:
165165 image : hashicorp/terraform:${{ matrix.terraform }}
166166 steps :
167167 - name : Harden the runner (Audit all outbound calls)
168- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
168+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
169169 with :
170170 egress-policy : audit
171171
You can’t perform that action at this time.
0 commit comments