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 49
49
50
50
- name : Upload coverage report
51
51
if : ${{ inputs.coverage }}
52
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
52
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
53
53
with :
54
54
name : coverage-report
55
55
path : ${{ steps.coverage.outputs.report }}
Original file line number Diff line number Diff line change 45
45
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
46
46
# format to the repository Actions tab.
47
47
- name : " Upload artifact"
48
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
48
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
49
49
with :
50
50
name : SARIF file
51
51
path : results.sarif
You can’t perform that action at this time.
0 commit comments