Skip to content

Commit 84a6381

Browse files
chore(deps): Bump actions/attest-sbom
Bumps [actions/attest-sbom](https://github.com/actions/attest-sbom) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/actions/attest-sbom/releases) - [Changelog](https://github.com/actions/attest-sbom/blob/main/RELEASE.md) - [Commits](actions/attest-sbom@c29e4e9...aaa2d0a) --- updated-dependencies: - dependency-name: actions/attest-sbom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 702b91e commit 84a6381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-docker-image/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ runs:
9393
if: inputs.push == 'true'
9494

9595
- name: Attest SBOM
96-
uses: actions/attest-sbom@c29e4e92259a5ed4629496ec6a5724e444389a1f # v1.1.1
96+
uses: actions/attest-sbom@aaa2d0a82e0853a3aea99fcf632b9b61cdb534c2 # v1.1.2
9797
with:
9898
subject-name: ${{ steps.imagename.outputs.image_name }}
9999
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)