Skip to content

Commit 1fda11a

Browse files
build(deps): Bump actions/attest-sbom from 2.2.0 to 4.0.0 (#285)
Bumps [actions/attest-sbom](https://github.com/actions/attest-sbom) from 2.2.0 to 4.0.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@115c3be...07e74fc) --- updated-dependencies: - dependency-name: actions/attest-sbom dependency-version: 4.0.0 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 60bf595 commit 1fda11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbom.yml

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

4141
- name: Attest SBOM
4242
if: github.event_name == 'release'
43-
uses: actions/attest-sbom@115c3be05ff3974bcbd596578934b3f9ce39bf68 # v2.2.0
43+
uses: actions/attest-sbom@07e74fc4e78d1aad915e867f9a094073a9f71527 # v4.0.0
4444
with:
4545
subject-path: sbom.spdx.json
4646
sbom-path: sbom.spdx.json

0 commit comments

Comments
 (0)