Commit a13f618 1 parent a4db593 commit a13f618 Copy full SHA for a13f618
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
bash .github/workflows/code_coverage.sh
45
45
46
46
- name : Upload coverage as artifact
47
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
47
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
48
48
with :
49
49
name : coverage_report
50
50
path : ./coverage
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
66
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
67
67
with :
68
68
name : SARIF file
69
69
path : results.sarif
You can’t perform that action at this time.
0 commit comments