Skip to content

Commit cfe3fde

Browse files
Bump actions/attest-sbom from 1 to 4 (#683)
Bumps [actions/attest-sbom](https://github.com/actions/attest-sbom) from 1 to 4. - [Release notes](https://github.com/actions/attest-sbom/releases) - [Changelog](https://github.com/actions/attest-sbom/blob/main/RELEASE.md) - [Commits](actions/attest-sbom@v1...v4) --- updated-dependencies: - dependency-name: actions/attest-sbom dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3c938b commit cfe3fde

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/binary_provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Attest SBOM to Github
9191
id: sbom-gh-attest
92-
uses: actions/attest-sbom@v1
92+
uses: actions/attest-sbom@v4
9393
with:
9494
sbom-path: '${{matrix.artifact.template_name}}-sbom.spdx.json'
9595
subject-name: ${{matrix.artifact.template_name}}

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125

126126

127127
- name: Attest SBOM to Github
128-
uses: actions/attest-sbom@v1
128+
uses: actions/attest-sbom@v4
129129
with:
130130
sbom-path: 'sbom.spdx.json'
131131
subject-name: ${{ env.IMAGE }}

0 commit comments

Comments
 (0)