Skip to content

Commit d5e6f3a

Browse files
ci(deps): bump anchore/sbom-action from 0.20.0 to 0.20.6 (#7)
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.20.0 to 0.20.6. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@e11c554...f8bdd1d) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-version: 0.20.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8ab190 commit d5e6f3a

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
@@ -110,21 +110,21 @@ jobs:
110110
subject-path: ${{ env.PACKAGE_FILE }}
111111

112112
- name: Generate SPDX JSON SBOM
113-
uses: anchore/sbom-action@e11c554f704a0b820cbf8c51673f6945e0731532 # v0.20.0
113+
uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
114114
with:
115115
path: .
116116
format: 'spdx-json'
117117
output-file: 'create-claude-statusline-${{ env.VERSION }}.sbom.spdx.json'
118118

119119
- name: Generate CycloneDX JSON SBOM
120-
uses: anchore/sbom-action@e11c554f704a0b820cbf8c51673f6945e0731532 # v0.20.0
120+
uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
121121
with:
122122
path: .
123123
format: 'cyclonedx-json'
124124
output-file: 'create-claude-statusline-${{ env.VERSION }}.sbom.cyclonedx.json'
125125

126126
- name: Generate CycloneDX XML SBOM
127-
uses: anchore/sbom-action@e11c554f704a0b820cbf8c51673f6945e0731532 # v0.20.0
127+
uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
128128
with:
129129
path: .
130130
format: 'cyclonedx-xml'

0 commit comments

Comments
 (0)