File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 MEGALINTER_CONFIG : ${{ inputs.megalinter-config }} # Use the input value
5050 steps :
5151 - name : Harden GitHub runner
52- uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
52+ uses : step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
5353 with :
5454 egress-policy : ${{ inputs.egress-policy }}
5555
7373
7474 - name : Upload MegaLinter scan results to GitHub Security tab
7575 if : success() || failure()
76- uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
76+ uses : github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
7777 with :
7878 sarif_file : " megalinter-reports/megalinter-report.sarif"
Original file line number Diff line number Diff line change 5454
5555 steps :
5656 - name : Harden GitHub runner
57- uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
57+ uses : step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
5858 with :
5959 egress-policy : ${{ inputs.egress-policy }}
6060
8282 # Upload the results to GitHub's code scanning dashboard (optional).
8383 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
8484 - name : " Upload to code-scanning"
85- uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
85+ uses : github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
8686 with :
8787 sarif_file : results.sarif
Original file line number Diff line number Diff line change 5959 contents : write
6060 steps :
6161 - name : Harden GitHub runner
62- uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
62+ uses : step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
6363 with :
6464 egress-policy : ${{ inputs.egress-policy }}
6565
You can’t perform that action at this time.
0 commit comments