Commit 49ecae1 1 parent 8792d9d commit 49ecae1 Copy full SHA for 49ecae1
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146
146
if : matrix.os == 'windows-latest'
147
147
run : mv -Force "target/${{ matrix.target_triple }}/distribution/rq.exe" target/distribution/rq-${{ matrix.target_triple }}.exe
148
148
- name : Upload the binary as artifact
149
- uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
149
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
150
150
with :
151
151
name : rq-${{ matrix.target_triple }}
152
152
# The * matches .exe if on windows and nothing otherwise.
Original file line number Diff line number Diff line change @@ -345,4 +345,4 @@ jobs:
345
345
egress-policy : audit
346
346
347
347
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
348
- - uses : EmbarkStudios/cargo-deny-action@1e59595bed8fc55c969333d08d7817b36888f0c5 # v1.5.5
348
+ - uses : EmbarkStudios/cargo-deny-action@1350841d0991444487fd89747f1e39de5349455f # v1.5.10
Original file line number Diff line number Diff line change 63
63
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64
64
# format to the repository Actions tab.
65
65
- name : " Upload artifact"
66
- uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
66
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
67
67
with :
68
68
name : SARIF file
69
69
path : results.sarif
Original file line number Diff line number Diff line change 66
66
id : build-test-codegen
67
67
run : cargo build -p rsonpath-test -vv
68
68
- name : Upload generated tests as artifact
69
- uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
69
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
70
70
with :
71
71
name : rsonpath-test-documents
72
72
path : |
You can’t perform that action at this time.
0 commit comments