Skip to content

Commit 12771f1

Browse files
fix: correct cyclonedx-py CLI flags and sigstore action version in release workflow
1 parent 2ea68ba commit 12771f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
sbom-env/bin/pip install cyclonedx-bom
9393
sbom-env/bin/cyclonedx-py environment \
94-
--output sbom.json \
94+
--output-file sbom.json \
9595
--output-format json
9696
9797
- name: Upload SBOM
@@ -135,7 +135,7 @@ jobs:
135135
path: dist/
136136

137137
- name: Sign with sigstore
138-
uses: sigstore/gh-action-sigstore-python@v3
138+
uses: sigstore/gh-action-sigstore-python@v3.2.0
139139
with:
140140
inputs: ./dist/*
141141

0 commit comments

Comments
 (0)