Skip to content

Commit 7aecc24

Browse files
chore(deps): bump anchore/sbom-action from 0.14.1 to 0.20.4
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.14.1 to 0.20.4. - [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...7b36ad6) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f497686 commit 7aecc24

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@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # ratchet:anchore/sbom-action@v0.20.4
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@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # ratchet:anchore/sbom-action/publish-sbom@v0.20.4
4646
with:
4747
sbom-artifact-match: ".*\\.spdx\\.json$"
4848
github-token: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)