1717 runs-on : " ubuntu-latest"
1818 timeout-minutes : 5
1919 steps :
20- - uses : " actions/checkout@v4 "
20+ - uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 " # v4.2.2
2121
22- - uses : " golangci/golangci-lint-action@v6 "
22+ - uses : " golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea " # v6.5.1
2323 with :
2424 version : " latest"
2525
@@ -28,11 +28,11 @@ jobs:
2828 runs-on : " ubuntu-latest"
2929 timeout-minutes : 5
3030 steps :
31- - uses : " actions/checkout@v4 "
31+ - uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 " # v4.2.2
3232
33- - uses : " actions/setup-go@v5 "
33+ - uses : " actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b " # v5.4.0
3434 with :
35- go-version : " 1.23 "
35+ go-version : " 1.24 "
3636
3737 - name : " Write go.list file"
3838 run : " go list -buildvcs=false -deps -json ./... > go.list"
4444 runs-on : " ubuntu-latest"
4545 timeout-minutes : 5
4646 steps :
47- - uses : " actions/checkout@v4 "
47+ - uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 " # v4.2.2
4848
4949 - name : " Run spell check"
5050 run : " make spell-check"
@@ -56,14 +56,13 @@ jobs:
5656 strategy :
5757 matrix :
5858 go :
59- - " 1.20"
60- - " 1.21"
6159 - " 1.22"
6260 - " 1.23"
61+ - " 1.24"
6362 steps :
64- - uses : " actions/checkout@v4 "
63+ - uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 " # v4.2.2
6564
66- - uses : " actions/setup-go@v5 "
65+ - uses : " actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b " # v5.4.0
6766 with :
6867 go-version : " ${{ matrix.go }}"
6968
7271
7372 - name : " Annotate tests"
7473 if : " ${{ always() }}"
75- uses : " guyarb/golang-test-annotations@v0.8.0"
74+ uses : " guyarb/golang-test-annotations@2941118d7ef622b1b3771d1ff6eae9e90659eb26 " # v0.8.0
7675 with :
7776 test-results : " result.json"
0 commit comments