File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -270,13 +270,13 @@ jobs:
270270 password : ${{ secrets.QUAY_CF_TOKEN }}
271271
272272 - name : Upload Dependency Snapshot to GHCR
273- uses : anchore/sbom-action@a930d0ac434e3182448fe678398ba5713717112a
273+ uses : anchore/sbom-action@0b82b0b1a22399a1c542d4d656f70cd903571b5c
274274 with :
275275 dependency-snapshot : true
276276 image : ghcr.io/${{ github.repository_owner }}/${{ inputs.app }}@${{ needs.merge.outputs.digest }}
277277
278278 - name : Upload Dependency Snapshot to Quay
279- uses : anchore/sbom-action@a930d0ac434e3182448fe678398ba5713717112a
279+ uses : anchore/sbom-action@0b82b0b1a22399a1c542d4d656f70cd903571b5c
280280 with :
281281 dependency-snapshot : true
282282 image : quay.io/containerforge/${{ inputs.app }}@${{ needs.merge.outputs.digest }}
You can’t perform that action at this time.
0 commit comments