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 69
69
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
70
70
# format to the repository Actions tab.
71
71
- name : " Upload artifact"
72
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
72
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
73
73
with :
74
74
name : SARIF file
75
75
path : results.sarif
Original file line number Diff line number Diff line change 48
48
run : make build
49
49
50
50
- name : Upload coverage
51
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
51
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
52
52
with :
53
53
name : coverage-${{ matrix.go-version }}
54
54
path : coverage.html
You can’t perform that action at this time.
0 commit comments