7373 persist-credentials : false
7474
7575 - name : Install Cosign
76- uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10 .0
76+ uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0 .0
7777
7878 - name : Docker meta
7979 id : docker-meta
@@ -138,7 +138,7 @@ jobs:
138138
139139 - name : Generate SBOM
140140 if : ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
141- uses : anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
141+ uses : anchore/sbom-action@aa0e114b2e19480f157109b9922bda359bd98b90 # v0.20.8
142142 with :
143143 image : ${{ vars.DOCKERHUB_USERNAME }}/cf-ips-to-hcloud-fw
144144 format : spdx-json
@@ -223,12 +223,12 @@ jobs:
223223 - name : Upload Docker Scout scan result to GitHub Security tab
224224 if : ${{ (github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork) && github.actor != 'dependabot[bot]' }}
225225 continue-on-error : true
226- uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
226+ uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
227227 with :
228228 sarif_file : sarif.output.json
229229
230230 - name : Scan image with Grype
231- uses : anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
231+ uses : anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2
232232 id : grype-scan
233233 continue-on-error : true
234234 with :
@@ -237,7 +237,7 @@ jobs:
237237 add-cpes-if-none : true
238238
239239 - name : Upload Grype scan result to GitHub Security tab
240- uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
240+ uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
241241 continue-on-error : true
242242 with :
243243 sarif_file : ${{ steps.grype-scan.outputs.sarif }}
0 commit comments