Skip to content

Commit a850ed5

Browse files
dependabot[bot]iainlane
authored andcommitted
chore(deps): bump actions/attest-sbom from 2.1.0 to 2.2.0
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]>
1 parent 41c185b commit a850ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: Attest SBOM (amd64)
121121
if: env.PUSH_IMAGE
122-
uses: actions/attest-sbom@cbfd0027ae731a5892db25ecd226930d7ffd19eb # v2.1.0
122+
uses: actions/attest-sbom@115c3be05ff3974bcbd596578934b3f9ce39bf68 # v2.2.0
123123
with:
124124
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE }}
125125
subject-digest: ${{ steps.build.outputs.digest }}
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Attest SBOM (arm64)
138138
if: env.PUSH_IMAGE
139-
uses: actions/attest-sbom@cbfd0027ae731a5892db25ecd226930d7ffd19eb # v2.1.0
139+
uses: actions/attest-sbom@115c3be05ff3974bcbd596578934b3f9ce39bf68 # v2.2.0
140140
with:
141141
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE }}
142142
subject-digest: ${{ steps.build.outputs.digest }}

0 commit comments

Comments
 (0)