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 1212 runs-on : ${{ matrix.platform }}
1313 steps :
1414 - name : Install Go
15- uses : actions/setup-go@v5
15+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1616 with :
1717 go-version : ${{ matrix.go-version }}
1818 - name : Install staticcheck
2525 run : echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
2626 shell : bash
2727 - name : Checkout code
28- uses : actions/checkout@v4
28+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2929 - name : Fmt
3030 if : matrix.platform != 'windows-latest' # :(
3131 run : " diff <(gofmt -d .) <(printf '')"
3939 - name : Test
4040 run : go test -race ./... -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic
4141 - name : Upload coverage reports to Codecov
42- uses : codecov/codecov-action@v4.5.0
42+ uses : codecov/codecov-action@79066c46f8dcdf8d7355f820dbac958c5b4cb9d3 # v4.5.0
4343 with :
4444 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments