forked from mirrors/jj
Compare commits
1 commit
main
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
76a8639fd8 |
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-binaries.yml
vendored
2
.github/workflows/build-binaries.yml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
|||
cp $BIN target/out
|
||||
|
||||
- name: Publish binary artifact
|
||||
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
|
||||
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
|
||||
with:
|
||||
name: jj-${{ matrix.target }}
|
||||
path: target/out
|
||||
|
|
2
.github/workflows/scorecards.yml
vendored
2
.github/workflows/scorecards.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
# Upload the results as artifacts (optional).
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
|
||||
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
|
||||
with:
|
||||
name: SARIF file
|
||||
path: results.sarif
|
||||
|
|
Loading…
Reference in a new issue