We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da2db85 + 26fde2d commit 3cc5126Copy full SHA for 3cc5126
1 file changed
.github/workflows/docker-build.yml
@@ -579,7 +579,7 @@ jobs:
579
580
# Create verifiable attestation for the SBOM
581
- name: Attest SBOM
582
- uses: actions/attest-sbom@4651f806c01d8637787e274ac3bdf724ef169f34 # v3.0.0
+ uses: actions/attest-sbom@07e74fc4e78d1aad915e867f9a094073a9f71527 # v4.0.0
583
if: env.TRIGGER_EVENT != 'pull_request' && steps.skip.outputs.skip_build != 'true' && steps.skip.outputs.is_feature_push != 'true'
584
with:
585
subject-name: ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}
0 commit comments