1919 cache-key : ${{ steps.resolve-latest-client.outputs.version }}
2020 steps :
2121 - name : Harden Runner
22- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
22+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
2323 with :
2424 egress-policy : block
2525 allowed-endpoints : >
3434 # Check if it's already in the cache
3535 - name : Cache client
3636 id : check-for-cached-client
37- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
37+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
3838 with :
3939 path : ~/go/bin/client
4040 key : ${{ steps.resolve-latest-client.outputs.version }}
@@ -53,20 +53,20 @@ jobs:
5353 go-version : ['1.18', '1.20']
5454 steps :
5555 - name : Harden Runner
56- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
56+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
5757 with :
5858 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
5959
6060 - name : Check out code
6161 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6262 - name : Set up Go ${{ matrix.go-version }}
63- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
63+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
6464 with :
6565 go-version : ' ${{ matrix.go-version }}'
6666 - name : Pre-fetch go dependencies and build
6767 run : ' go build ./...'
6868 - name : Fetch conformance client
69- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
69+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
7070 with :
7171 path : ~/go/bin/client
7272 key : ${{ needs.download-conformance-client.outputs.cache-key }}
0 commit comments