|
27 | 27 | cache: false |
28 | 28 | - name: Cache Go |
29 | 29 | id: go-cache |
30 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 30 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
31 | 31 | with: |
32 | 32 | path: | |
33 | 33 | ~/go/bin |
|
50 | 50 | cache: false |
51 | 51 | - name: Cache Go |
52 | 52 | id: go-cache |
53 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 53 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
54 | 54 | with: |
55 | 55 | path: | |
56 | 56 | ~/go/bin |
|
75 | 75 | cache: false |
76 | 76 | - name: Cache Go |
77 | 77 | id: go-cache |
78 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 78 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
79 | 79 | with: |
80 | 80 | path: | |
81 | 81 | ~/go/bin |
|
97 | 97 | cache: false |
98 | 98 | - name: Cache Go |
99 | 99 | id: go-cache |
100 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 100 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
101 | 101 | with: |
102 | 102 | path: | |
103 | 103 | ~/go/bin |
@@ -169,14 +169,14 @@ jobs: |
169 | 169 | cache: false |
170 | 170 | - name: Cache Go |
171 | 171 | id: go-cache |
172 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 172 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
173 | 173 | with: |
174 | 174 | path: | |
175 | 175 | ~/go/bin |
176 | 176 | ~/go/pkg/mod |
177 | 177 | key: go-cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/go.sum') }} |
178 | 178 | - name: Cache Build |
179 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 179 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
180 | 180 | with: |
181 | 181 | path: ~/.cache/go-build |
182 | 182 | key: unittest-${{ runner.os }}-${{ matrix.runner }}-go-build-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }} |
@@ -218,21 +218,21 @@ jobs: |
218 | 218 | cache: false |
219 | 219 | - name: Cache Go |
220 | 220 | id: go-cache |
221 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 221 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
222 | 222 | with: |
223 | 223 | path: | |
224 | 224 | ~/go/bin |
225 | 225 | ~/go/pkg/mod |
226 | 226 | key: go-cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/go.sum') }} |
227 | 227 | - name: Cache Build |
228 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 228 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
229 | 229 | with: |
230 | 230 | path: ~/.cache/go-build |
231 | 231 | key: coverage-${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }} |
232 | 232 | - name: Run Unit Tests With Coverage |
233 | 233 | run: make gotest-with-cover |
234 | 234 | - name: Upload coverage report |
235 | | - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # 5.5.2 |
| 235 | + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # 5.5.3 |
236 | 236 | env: |
237 | 237 | CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |
238 | 238 |
|
@@ -288,7 +288,7 @@ jobs: |
288 | 288 | cache: false |
289 | 289 | - name: Cache Go |
290 | 290 | id: go-cache |
291 | | - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 291 | + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
292 | 292 | with: |
293 | 293 | path: | |
294 | 294 | ~/go/bin |
|
0 commit comments