Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bridge-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
# Phase 6.1 — CycloneDX SBOM for the bridge source tree. Attached
# to the GH release alongside the binaries.
- name: Generate CycloneDX SBOM
uses: anchore/sbom-action@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # pin v0.18.0
uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # pin v0.24.0
with:
path: bridge
format: cyclonedx-json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
# procurement checkbox. Uses Syft under the hood via Anchore's
# reusable action.
- name: Generate CycloneDX SBOM
uses: anchore/sbom-action@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # pin v0.18.0
uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # pin v0.24.0
with:
path: cli
format: cyclonedx-json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
run: mkdir -p publishers/python/sbom

- name: Generate CycloneDX SBOM
uses: anchore/sbom-action@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # pin v0.18.0
uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # pin v0.24.0
with:
path: publishers/python
format: cyclonedx-json
Expand Down
Loading