File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
- name : Build release
17
17
run : cargo build --release --locked
18
18
- name : Upload binaries to release
19
- uses : svenstaro/upload-release-action@7319e4733ec7a184d739a6f412c40ffc339b69c7 # ratchet:svenstaro/upload-release-action@v2
19
+ uses : svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # ratchet:svenstaro/upload-release-action@v2
20
20
with :
21
21
repo_token : ${{ secrets.RELEASE_TOKEN }}
22
22
file : target/release/github-sbom-generator
30
30
subcommand : files
31
31
arguments : --artifact-path target/release/github-sbom-generator --output-path provenance.json
32
32
- name : Upload provenance to release
33
- uses : svenstaro/upload-release-action@7319e4733ec7a184d739a6f412c40ffc339b69c7 # ratchet:svenstaro/upload-release-action@v2
33
+ uses : svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # ratchet:svenstaro/upload-release-action@v2
34
34
with :
35
35
repo_token : ${{ secrets.RELEASE_TOKEN }}
36
36
file : provenance.json
You can’t perform that action at this time.
0 commit comments