File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ jobs:
17
17
working-directory :
18
18
- " "
19
19
steps :
20
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
20
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
21
21
- name : Calculate go version
22
22
id : vars
23
23
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
24
24
- name : Set up Go
25
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0 .0
25
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
26
26
with :
27
27
go-version : ${{ steps.vars.outputs.go_version }}
28
28
- name : golangci-lint
29
- uses : golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # tag=v6.3.1
29
+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
30
30
with :
31
31
version : v2.1.0
32
32
args : --out-format=colored-line-number
You can’t perform that action at this time.
0 commit comments