|
43 | 43 | - name: Cache tool downloads
|
44 | 44 | # ubuntu runner has persistent cache
|
45 | 45 | if: matrix.os == 'windows-latest'
|
46 |
| - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 |
| 46 | + uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 |
47 | 47 | with:
|
48 | 48 | path: /tmp/plugins_testing_download_cache
|
49 | 49 | # No need to key on trunk version unless we change how we store downloads.
|
@@ -149,7 +149,7 @@ jobs:
|
149 | 149 | - name: Cache tool downloads
|
150 | 150 | # ubuntu, mac runners have persistent cache
|
151 | 151 | if: matrix.os == 'windows-latest'
|
152 |
| - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 |
| 152 | + uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 |
153 | 153 | with:
|
154 | 154 | path: /tmp/plugins_testing_download_cache
|
155 | 155 | # No need to key on trunk version unless we change how we store downloads.
|
@@ -182,7 +182,7 @@ jobs:
|
182 | 182 | - name: Upload Test Outputs for Upload Job
|
183 | 183 | # Only upload results from latest. Always run, except when cancelled.
|
184 | 184 | if: (failure() || success()) && matrix.linter-version == 'Latest'
|
185 |
| - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 |
| 185 | + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 |
186 | 186 | with:
|
187 | 187 | name: ${{ matrix.results-file }}-test-results
|
188 | 188 | path: ${{ matrix.results-file }}-res.json
|
@@ -244,7 +244,7 @@ jobs:
|
244 | 244 | - name: Upload Test Outputs for Notification Job
|
245 | 245 | # Always run, except when cancelled.
|
246 | 246 | if: (failure() || success())
|
247 |
| - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 |
| 247 | + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 |
248 | 248 | with:
|
249 | 249 | name: tools-${{ matrix.results-file }}-test-results
|
250 | 250 | path: ${{ matrix.results-file }}-res.json
|
|
0 commit comments