We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7620cb commit 0533f26Copy full SHA for 0533f26
.github/workflows/app-builder.yaml
@@ -220,7 +220,7 @@ jobs:
220
password: ${{ github.token }}
221
222
- name: Upload Dependency Snapshot
223
- uses: anchore/sbom-action@43a17d6e7add2b5535efe4dcae9952337c479a93 # v0.20.11
+ uses: anchore/sbom-action@a930d0ac434e3182448fe678398ba5713717112a # v0.21.0
224
with:
225
dependency-snapshot: true
226
image: ghcr.io/${{ github.repository_owner }}/${{ inputs.app }}@${{ needs.merge.outputs.digest }}
0 commit comments