Skip to content

Commit 76a17fa

Browse files
fix: cyclonedx-bom 4.7.0 does not exist, pin to 4.6.1
1 parent 83f5a68 commit 76a17fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_build-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Generate SBOM (CycloneDX)
6363
run: |
64-
pip install cyclonedx-bom==4.7.0
64+
pip install cyclonedx-bom==4.6.1
6565
cyclonedx-py environment -o sbom.cdx.json --output-format json
6666
6767
- name: Generate SBOM (SPDX)

0 commit comments

Comments
 (0)