Merge pull request #463 from Wikid82/renovate/actions-attest-sbom-2.x

chore(deps): update actions/attest-sbom action to v2.4.0
This commit is contained in:
Jeremy
2026-01-02 22:23:30 -05:00
committed by GitHub

View File

@@ -244,7 +244,7 @@ jobs:
# Create verifiable attestation for the SBOM
- name: Attest SBOM
uses: actions/attest-sbom@115c3be05ff3974bcbd596578934b3f9ce39bf68 # v2.2.0
uses: actions/attest-sbom@bd218ad0dbcb3e146bd073d1d9c6d78e08aa8a0b # v2.4.0
if: github.event_name != 'pull_request' && steps.skip.outputs.skip_build != 'true'
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}