File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -163,15 +163,15 @@ jobs:
163163
164164 - name : Scan SBOM
165165 id : scan
166- uses : anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2 .0
166+ uses : anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3 .0
167167 with :
168168 sbom : " sbom-${{ inputs.image }}.json"
169169 only-fixed : true
170170 add-cpes-if-none : true
171171 fail-build : false
172172
173173 - name : Upload scan result to GitHub Security tab
174- uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
174+ uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
175175 continue-on-error : true
176176 with :
177177 sarif_file : ${{ steps.scan.outputs.sarif }}
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161 if : ${{ github.event_name == 'push' && github.ref != 'refs/heads/main' }}
162162
163163 - name : Download Syft
164- uses : anchore/sbom-action/download-syft@e11c554f704a0b820cbf8c51673f6945e0731532 # v0.20.0
164+ uses : anchore/sbom-action/download-syft@9246b90769f852b3a8921f330c59e0b3f439d6e9 # v0.20.1
165165 if : github.ref_type == 'tag'
166166
167167 - name : Install Cosign
Original file line number Diff line number Diff line change 6060
6161 # Upload the results to GitHub's code scanning dashboard.
6262 - name : " Upload to code-scanning"
63- uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
63+ uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
6464 with :
6565 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments