File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -854,7 +854,7 @@ jobs:
854854
855855 - name : Upload Trivy Scan Results to GitHub Security Tab
856856 if : ${{ (github.repository_owner == 'samply') || (vars.IMAGE_SCAN_UPLOAD == 'true') }}
857- uses : github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4
857+ uses : github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4
858858 with :
859859 sarif_file : trivy-results.sarif
860860
Original file line number Diff line number Diff line change 5858 # Upload the results to GitHub's code scanning dashboard (optional).
5959 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
6060 - name : " Upload to code-scanning"
61- uses : github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4
61+ uses : github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4
6262 with :
6363 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments