File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
uses : microsoft/DevSkim-Action@v1
29
29
30
30
- name : Upload DevSkim scan results to GitHub Security tab
31
- uses : github/codeql-action/upload-sarif@v2
31
+ uses : github/codeql-action/upload-sarif@v3
32
32
with :
33
33
sarif_file : devskim-results.sarif
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182
182
183
183
- name : " If Fuzzing Failed: Upload Failure Artifacts"
184
184
if : failure()
185
- uses : actions/upload-artifact@v3
185
+ uses : actions/upload-artifact@v4
186
186
with :
187
187
path : |
188
188
${{ env.OWNER_RDPATH }}/${{ env.STDERR_LOG_FNAME }}
Original file line number Diff line number Diff line change 52
52
- name : Build and Test
53
53
run : python ./build.py --no-check --no-test --wasm --npm --play
54
54
- name : Upload artifact
55
- uses : actions/upload-pages-artifact@v1
55
+ uses : actions/upload-pages-artifact@v4
56
56
with :
57
57
path : ./playground/public
58
58
You can’t perform that action at this time.
0 commit comments