File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
with :
16
16
fetch-depth : 0
17
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
17
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
18
18
with :
19
19
go-version-file : go.mod
20
20
- name : Run golangci-lint
Original file line number Diff line number Diff line change 24
24
run : git fetch --prune --force --tags
25
25
26
26
- name : Setup Go
27
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
27
+ uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
28
28
with :
29
29
go-version-file : go.mod
30
30
- run : go version
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- name : Checkout Source
20
20
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
21
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
22
22
with :
23
23
go-version-file : go.mod
24
24
- name : Run Gosec Security Scanner
You can’t perform that action at this time.
0 commit comments