File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ inputs:
99runs :
1010 using : composite
1111 steps :
12- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
12+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
1313 with :
1414 path : ~/go/pkg/mod
1515 key : ${{ runner.os }}-go-pkg-mod-${{ hashFiles('**/go.sum') }}-${{ hashFiles('Makefile') }}
16- - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
16+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
1717 if : ${{ inputs.build-cache-key }}
1818 with :
1919 path : ~/.cache/go-build
Original file line number Diff line number Diff line change 7777 value : ${{ secrets.CODECOV_TOKEN }}
7878 - name : Upload Report to Codecov
7979 if : ${{ steps.checksecret.outputs.result == 'true' }}
80- uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
80+ uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
8181 with :
8282 token : ${{ secrets.CODECOV_TOKEN }}
8383 slug : projectcapsule/capsule-proxy
You can’t perform that action at this time.
0 commit comments