File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2222 with :
2323 submodules : recursive
2424
2525 - name : Setup Go
26- uses : actions/setup-go@v5
26+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
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/golangci-lint-action@v6.5 .0
35+ uses : golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0 .0
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
Original file line number Diff line number Diff line change 1212 contents : write
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616
1717 - name : Create release on Github
1818 env :
You can’t perform that action at this time.
0 commit comments