3838 runs-on : ${{ matrix.os.runner }}
3939 steps :
4040 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
41- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
41+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
4242 with :
4343 go-version-file : go.mod
4444 - uses : open-policy-agent/setup-opa@950f159a49aa91f9323f36f1de81c7f6b5de9576 # v2.3.0
@@ -49,15 +49,15 @@ jobs:
4949 working-directory : build
5050 - name : Restore rq cache
5151 id : cache-rq
52- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
52+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5353 with :
5454 path : ~/go/bin/rq
5555 key : ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }}
5656 - run : go install git.sr.ht/~charles/rq/cmd/rq@${{ env.RQ_VERSION }}
5757 if : steps.cache-rq.outputs.cache-hit != 'true'
5858 - name : Cache rq binary
5959 if : steps.cache-rq.outputs.cache-hit != 'true'
60- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
60+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6161 with :
6262 path : ~/go/bin/rq
6363 key : ${{ runner.os }}-${{ runner.arch }}-go-rq-${{ env.RQ_VERSION }}
7575 runs-on : ubuntu-latest
7676 steps :
7777 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
78- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
78+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
7979 with :
8080 go-version-file : go.mod
8181 - run : go test -race ./...
8888 runs-on : ubuntu-latest
8989 steps :
9090 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
91- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
91+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
9292 with :
9393 go-version-file : go.mod
9494 - run : |
@@ -110,7 +110,7 @@ jobs:
110110 runs-on : ubuntu-latest
111111 steps :
112112 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
113- - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
113+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
114114 with :
115115 go-version-file : go.mod
116116 - uses : open-policy-agent/setup-opa@950f159a49aa91f9323f36f1de81c7f6b5de9576 # v2.3.0
@@ -121,7 +121,7 @@ jobs:
121121 go run main.go test --coverage bundle \
122122 | opa eval -f raw -I -d build/simplecov/simplecov.rego data.build.simplecov.from_opa \
123123 > coverage.json
124- - uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
124+ - uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
125125 with :
126126 fail_ci_if_error : false
127127 files : ./coverage.json
0 commit comments