Skip to content

Commit 1196a41

Browse files
chore(deps): bump anchore/sbom-action from 0.14.1 to 0.20.2
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.14.1 to 0.20.2. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@422cb34...cee1b8e) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f497686 commit 1196a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
tag: ${{ github.ref }}
3838
overwrite: true
3939
asset_name: slsa-provenance.json
40-
- uses: anchore/sbom-action@422cb34a0f8b599678c41b21163ea6088edb2624 # ratchet:anchore/sbom-action@v0.14.1
40+
- uses: anchore/sbom-action@cee1b8e05ae5b2593a75e197229729eabaa9f8ec # ratchet:anchore/sbom-action@v0.20.2
4141
with:
4242
artifact-name: sbom.spdx.json
4343
github-token: ${{ secrets.RELEASE_TOKEN }}
4444
- name: publish SBOM assets
45-
uses: anchore/sbom-action/publish-sbom@422cb34a0f8b599678c41b21163ea6088edb2624 # ratchet:anchore/sbom-action/publish-sbom@v0.14.1
45+
uses: anchore/sbom-action/publish-sbom@cee1b8e05ae5b2593a75e197229729eabaa9f8ec # ratchet:anchore/sbom-action/publish-sbom@v0.20.2
4646
with:
4747
sbom-artifact-match: ".*\\.spdx\\.json$"
4848
github-token: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)