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 34
34
fuzz-seconds : 300
35
35
sanitizer : ${{ matrix.sanitizer }}
36
36
- name : Upload Crash
37
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
37
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
38
38
if : steps.build.outcome == 'success'
39
39
with :
40
40
name : ${{ matrix.sanitizer }}-artifacts
Original file line number Diff line number Diff line change 57
57
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
58
58
# format to the repository Actions tab.
59
59
- name : " Upload artifact"
60
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
60
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
61
61
with :
62
62
name : SARIF file
63
63
path : results.sarif
You can’t perform that action at this time.
0 commit comments