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 @@ -18,12 +18,12 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222 with :
2323 submodules : recursive
2424
2525 - name : Setup Go
26- uses : actions/setup-go@v5
26+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
2727 with :
2828 go-version : ${{ env.SETUP_GO_VERSION }}
2929
3232 export PATH=$PATH:/home/runner/go/bin/
3333
3434 - name : golangci-lint
35- uses :
golangci/[email protected] .0 35+ uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
3636 with :
3737 # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
3838 version : v1.57
You can’t perform that action at this time.
0 commit comments