File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
28
28
with :
29
29
fetch-depth : 0
30
30
- name : Setup Go
31
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
31
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
32
32
with :
33
33
go-version-file : ./go.mod
34
34
35
35
# Linting
36
36
- name : Linting
37
- uses : golangci/golangci-lint-action@160a1d779cee256901ff3d68ef8ccc63ac8a04f8
37
+ uses : golangci/golangci-lint-action@eab1d2f3d76f26c09e2ab8c957fe5bb64bf46b89
38
38
with :
39
39
version : latest
40
40
args : --config=./.github/.golangci.yml ./...
63
63
with :
64
64
fetch-depth : 0
65
65
- name : Setup Go
66
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
66
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
67
67
with :
68
68
go-version : ${{ matrix.go }}
69
69
96
96
with :
97
97
fetch-depth : 0
98
98
- name : Setup Go
99
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
99
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
100
100
with :
101
101
go-version-file : ./go.mod
102
102
Original file line number Diff line number Diff line change 43
43
persist-credentials : false
44
44
45
45
- name : " Run analysis"
46
- uses : ossf/scorecard-action@6622d322b30ed8cdd77455e4af0bddb2b735325c
46
+ uses : ossf/scorecard-action@83a1bb1ff6a010f9ab75ad12160fe70252c99b71
47
47
with :
48
48
results_file : results.sarif
49
49
results_format : sarif
You can’t perform that action at this time.
0 commit comments