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:
1717 working-directory :
1818 - " "
1919 steps :
20- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
20+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
2121 - name : Calculate go version
2222 id : vars
2323 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2424 - name : Set up Go
25- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0 .0
25+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
2626 with :
2727 go-version : ${{ steps.vars.outputs.go_version }}
2828 - 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
3030 with :
3131 version : v2.1.0
3232 args : --out-format=colored-line-number
You can’t perform that action at this time.
0 commit comments