1919 cache-key : ${{ steps.resolve-latest-client.outputs.version }}
2020 steps :
2121 - name : Harden Runner
22- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
22+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
37+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
56+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
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@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
63+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
69+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7070 with :
7171 path : ~/go/bin/client
7272 key : ${{ needs.download-conformance-client.outputs.cache-key }}
0 commit comments