Skip to content

Commit

Permalink
chore(deps): Bump actions/attest-sbom
Browse files Browse the repository at this point in the history
Bumps [actions/attest-sbom](https://github.com/actions/attest-sbom) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/actions/attest-sbom/releases)
- [Changelog](https://github.com/actions/attest-sbom/blob/main/RELEASE.md)
- [Commits](actions/attest-sbom@cbfd002...115c3be)

---
updated-dependencies:
- dependency-name: actions/attest-sbom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent f0ab2fd commit 9b358b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ runs:
if: inputs.push == 'true'

- name: Attest SBOM
uses: actions/attest-sbom@cbfd0027ae731a5892db25ecd226930d7ffd19eb # v2.1.0
uses: actions/attest-sbom@115c3be05ff3974bcbd596578934b3f9ce39bf68 # v2.2.0
with:
subject-name: ${{ steps.imagename.outputs.image_name }}
subject-digest: ${{ steps.push.outputs.digest }}
Expand Down

0 comments on commit 9b358b5

Please sign in to comment.