Skip to content

Commit 9ec0b47

Browse files
chore(github-action): update anchore/sbom-action digest digest to 0b82b0b
1 parent 79679c5 commit 9ec0b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/app-builder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)