File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,22 +40,23 @@ jobs:
4040
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@v6.0.2
43+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444 with :
4545 fetch-depth : 2
4646 persist-credentials : false
4747 - name : Set up Go
48- uses : actions/setup-go@v6.4.0
48+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
4949 with :
5050 cache : false
5151 go-version : stable
52+ cache : false
5253 - name : Initialize CodeQL
53- uses : github/codeql-action/init@v4.35.1
54+ uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
5455 with :
5556 languages : go
5657 - name : Autobuild
57- uses : github/codeql-action/autobuild@v4.35.1
58+ uses : github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
5859 - name : Perform CodeQL Analysis
59- uses : github/codeql-action/analyze@v4.35.1
60+ uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
6061 with :
6162 category : " /language:go"
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
37+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
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