File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
- name : Fetch all tags
19
19
run : git fetch --force --tags
20
20
- name : Set up Go
21
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
21
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
22
22
with :
23
23
go-version-file : ' go.mod'
24
24
- name : Run Go Vet
Original file line number Diff line number Diff line change 20
20
- name : Fetch all tags
21
21
run : git fetch --force --tags
22
22
- name : Set up Go
23
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
23
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
24
24
with :
25
25
go-version-file : ' go.mod'
26
26
- name : Install Cosign
Original file line number Diff line number Diff line change 59
59
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
60
60
# format to the repository Actions tab.
61
61
- name : " Upload artifact"
62
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
62
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
63
63
with :
64
64
name : SARIF file
65
65
path : results.sarif
68
68
# Upload the results to GitHub's code scanning dashboard (optional).
69
69
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
70
70
- name : " Upload to code-scanning"
71
- uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
71
+ uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
72
72
with :
73
73
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments