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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
52
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
48
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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