File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 MEGALINTER_CONFIG : ${{ inputs.megalinter-config }} # Use the input value
4646 steps :
4747 - name : Harden GitHub runner
48- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
48+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
4949 with :
5050 egress-policy : ${{ inputs.egress-policy }}
5151 - name : Checkout repository
6565 retention-days : 5
6666 - name : Upload MegaLinter scan results to GitHub Security tab
6767 if : success() || failure()
68- uses : github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
68+ uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
6969 with :
7070 sarif_file : " megalinter-reports/megalinter-report.sarif"
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ jobs:
187187 metadata : ${{ steps.metadata.outputs.json }}
188188 steps :
189189 - name : Harden GitHub runner
190- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
190+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
191191 with :
192192 egress-policy : ${{ inputs.egress-policy }}
193193 - name : Checkout repository
@@ -365,7 +365,7 @@ jobs:
365365 vuln-type : ' os,library'
366366 - name : Upload Trivy scan results
367367 if : ${{ inputs['enable-scan'] && inputs['push-image'] }}
368- uses : github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
368+ uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
369369 with :
370370 sarif_file : ' trivy-results.sarif'
371371 category : ' container-scan'
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 id-token : write
127127 steps :
128128 - name : Harden GitHub runner
129- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
129+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
130130 with :
131131 egress-policy : ${{ inputs.egress-policy }}
132132 - name : Checkout repository with moved tag
Original file line number Diff line number Diff line change 4949 id-token : write
5050 steps :
5151 - name : Harden GitHub runner
52- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
52+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
5353 with :
5454 egress-policy : ${{ inputs.egress-policy }}
5555 - name : Checkout repository
7373 # Upload the results to GitHub's code scanning dashboard (optional).
7474 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7575 - name : " Upload to code-scanning"
76- uses : github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
76+ uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
7777 with :
7878 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 contents : write
135135 steps :
136136 - name : Harden GitHub runner
137- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
137+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
138138 with :
139139 egress-policy : ${{ inputs.egress-policy }}
140140 - name : Checkout repository
You can’t perform that action at this time.
0 commit comments