File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments