File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ jobs:
2222 runs-on : ${{ matrix.os }}
2323 timeout-minutes : 10
2424 steps :
25- - uses : actions/checkout@v6.0.2
25+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626 with :
2727 persist-credentials : false
2828
2929 - name : Set up Go
30- uses : actions/setup-go@v6.4.0
30+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3131 with :
3232 cache : false
3333 go-version : ${{ matrix.go-version }}
3434 go-version-file : ./go.mod # used when go-version is not specified.
3535
3636 - name : lint
37- uses : golangci/golangci-lint-action@v9.2.0
37+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
3838 with :
3939 version : v2.11
4040 args : --timeout=10m --verbose
4646 MSYS_NO_PATHCONV : ' 1'
4747
4848 - name : Codecov
49- uses : codecov/codecov-action@v6.0.0
49+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
5050 with :
5151 directory : ./
You can’t perform that action at this time.
0 commit comments