|
27 | 27 | cache: false |
28 | 28 | - name: Cache Go |
29 | 29 | id: go-cache |
30 | | - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
| 30 | + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
| 53 | + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
| 78 | + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
| 100 | + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
101 | 101 | with: |
102 | 102 | path: | |
103 | 103 | ~/go/bin |
@@ -169,21 +169,21 @@ jobs: |
169 | 169 | cache: false |
170 | 170 | - name: Cache Go |
171 | 171 | id: go-cache |
172 | | - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
| 172 | + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
| 179 | + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
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') }} |
183 | 183 | - name: Run Unit Tests |
184 | 184 | run: | |
185 | 185 | make -j4 gotest-with-junit |
186 | | - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 |
| 186 | + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
187 | 187 | with: |
188 | 188 | name: test-results-${{ runner.os }}-${{ matrix.runner }}-${{ matrix.go-version }} |
189 | 189 | path: internal/tools/testresults/ |
@@ -218,14 +218,14 @@ jobs: |
218 | 218 | cache: false |
219 | 219 | - name: Cache Go |
220 | 220 | id: go-cache |
221 | | - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
| 221 | + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
| 228 | + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
229 | 229 | with: |
230 | 230 | path: ~/.cache/go-build |
231 | 231 | key: coverage-${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }} |
@@ -288,7 +288,7 @@ jobs: |
288 | 288 | cache: false |
289 | 289 | - name: Cache Go |
290 | 290 | id: go-cache |
291 | | - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
| 291 | + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 |
292 | 292 | with: |
293 | 293 | path: | |
294 | 294 | ~/go/bin |
|
0 commit comments