Skip to content

Commit a59dfdf

Browse files
committed
ci: fix benchmark-action SHA typo and SBOM format in security workflow
1 parent 160cb4f commit a59dfdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
continue-on-error: true
9999

100100
- name: Store benchmark results
101-
uses: benchmark-action/github-action-benchmark@4bdcce38bc94cec68da58d012ac24b7b1155efe8b # v1.20.7
101+
uses: benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
102102
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
103103
with:
104104
tool: "cargo"

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
run: cargo install cargo-sbom
209209

210210
- name: Generate SBOM (CycloneDX)
211-
run: cargo sbom --output-format cyclonedx_json_1_4 > sbom-cyclonedx.json
211+
run: cargo sbom --output-format cyclone_dx_json_1_4 > sbom-cyclonedx.json
212212

213213
- name: Generate SBOM (SPDX)
214214
run: cargo sbom --output-format spdx_json_2_3 > sbom-spdx.json

0 commit comments

Comments
 (0)