Skip to content

Commit

Permalink
Pin cyclonedx-bom version to fix breaking change (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyparker authored Feb 5, 2024
1 parent 83edcce commit cf7ca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install setuptools wheel twine
- name: Generate SBOM
run: |
pip install cyclonedx-bom
pip install cyclonedx-bom==3.11.7
./scripts/make-sbom.sh
- name: Build and publish
env:
Expand Down

0 comments on commit cf7ca1f

Please sign in to comment.