Skip to content

Commit 829650b

Browse files
ci(deps): bump anchore/sbom-action from 0.20.6 to 0.20.9 (#13)
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.20.6 to 0.20.9. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@f8bdd1d...8e94d75) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ray <[email protected]>
1 parent fc5ef8a commit 829650b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,21 +111,21 @@ jobs:
111111
subject-path: ${{ env.PACKAGE_FILE }}
112112

113113
- name: Generate SPDX JSON SBOM
114-
uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
114+
uses: anchore/sbom-action@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
115115
with:
116116
path: .
117117
format: 'spdx-json'
118118
output-file: 'create-claude-statusline-${{ env.VERSION }}.sbom.spdx.json'
119119

120120
- name: Generate CycloneDX JSON SBOM
121-
uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
121+
uses: anchore/sbom-action@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
122122
with:
123123
path: .
124124
format: 'cyclonedx-json'
125125
output-file: 'create-claude-statusline-${{ env.VERSION }}.sbom.cyclonedx.json'
126126

127127
- name: Generate CycloneDX XML SBOM
128-
uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
128+
uses: anchore/sbom-action@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
129129
with:
130130
path: .
131131
format: 'cyclonedx-xml'

0 commit comments

Comments
 (0)