|
21 | 21 | steps: |
22 | 22 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
23 | 23 | - name: Ensure SHA pinned actions |
24 | | - uses: zgosalvez/github-actions-ensure-sha-pinned-actions@cc9ffdc62fadb9f83b46dd0979d9ad50408cc6a6 # v5.0.2 |
| 24 | + uses: zgosalvez/github-actions-ensure-sha-pinned-actions@471d5ace1f08e3c4df1c4c2f7e6341aa75da434a # v5.0.3 |
25 | 25 | - name: Run pre-commit |
26 | 26 | uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
27 | 27 | with: |
@@ -61,13 +61,13 @@ jobs: |
61 | 61 | run: docker save arcadedata/arcadedb:latest > /tmp/arcadedb-image.tar |
62 | 62 |
|
63 | 63 | - name: Cache Docker image |
64 | | - uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 64 | + uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
65 | 65 | with: |
66 | 66 | path: /tmp/arcadedb-image.tar |
67 | 67 | key: docker-image-${{ github.run_id }}-${{ github.run_attempt }} |
68 | 68 |
|
69 | 69 | - name: Cache Maven artifacts |
70 | | - uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 70 | + uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
71 | 71 | with: |
72 | 72 | path: ~/.m2/repository |
73 | 73 | key: maven-repo-${{ github.run_id }}-${{ github.run_attempt }} |
|
86 | 86 | cache: "maven" |
87 | 87 |
|
88 | 88 | - name: Restore Maven artifacts |
89 | | - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 89 | + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
90 | 90 | with: |
91 | 91 | path: ~/.m2/repository |
92 | 92 | key: maven-repo-${{ github.run_id }}-${{ github.run_attempt }} |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | cache: "maven" |
132 | 132 |
|
133 | 133 | - name: Restore Maven artifacts |
134 | | - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 134 | + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
135 | 135 | with: |
136 | 136 | path: ~/.m2/repository |
137 | 137 | key: maven-repo-${{ github.run_id }}-${{ github.run_attempt }} |
@@ -174,7 +174,7 @@ jobs: |
174 | 174 | cache: "maven" |
175 | 175 |
|
176 | 176 | - name: Restore Maven artifacts |
177 | | - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 177 | + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
178 | 178 | with: |
179 | 179 | path: ~/.m2/repository |
180 | 180 | key: maven-repo-${{ github.run_id }}-${{ github.run_attempt }} |
@@ -217,7 +217,7 @@ jobs: |
217 | 217 | cache: "maven" |
218 | 218 |
|
219 | 219 | - name: Restore Maven artifacts |
220 | | - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 220 | + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
221 | 221 | with: |
222 | 222 | path: ~/.m2/repository |
223 | 223 | key: maven-repo-${{ github.run_id }}-${{ github.run_attempt }} |
@@ -260,7 +260,7 @@ jobs: |
260 | 260 | cache: "maven" |
261 | 261 |
|
262 | 262 | - name: Restore Maven artifacts |
263 | | - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 263 | + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
264 | 264 | with: |
265 | 265 | path: ~/.m2/repository |
266 | 266 | key: maven-repo-${{ github.run_id }}-${{ github.run_attempt }} |
@@ -288,13 +288,13 @@ jobs: |
288 | 288 | cache: "maven" |
289 | 289 |
|
290 | 290 | - name: Restore Maven artifacts |
291 | | - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 291 | + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
292 | 292 | with: |
293 | 293 | path: ~/.m2/repository |
294 | 294 | key: maven-repo-${{ github.run_id }}-${{ github.run_attempt }} |
295 | 295 |
|
296 | 296 | - name: Restore Docker image |
297 | | - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 297 | + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
298 | 298 | with: |
299 | 299 | path: /tmp/arcadedb-image.tar |
300 | 300 | key: docker-image-${{ github.run_id }}-${{ github.run_attempt }} |
@@ -332,13 +332,13 @@ jobs: |
332 | 332 | cache: "maven" |
333 | 333 |
|
334 | 334 | - name: Restore Maven artifacts |
335 | | - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 335 | + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
336 | 336 | with: |
337 | 337 | path: ~/.m2/repository |
338 | 338 | key: maven-repo-${{ github.run_id }}-${{ github.run_attempt }} |
339 | 339 |
|
340 | 340 | - name: Restore Docker image |
341 | | - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 341 | + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
342 | 342 | with: |
343 | 343 | path: /tmp/arcadedb-image.tar |
344 | 344 | key: docker-image-${{ github.run_id }}-${{ github.run_attempt }} |
@@ -376,7 +376,7 @@ jobs: |
376 | 376 | cache-dependency-path: "e2e-js/package-lock.json" |
377 | 377 |
|
378 | 378 | - name: Restore Docker image |
379 | | - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 379 | + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
380 | 380 | with: |
381 | 381 | path: /tmp/arcadedb-image.tar |
382 | 382 | key: docker-image-${{ github.run_id }}-${{ github.run_attempt }} |
@@ -409,7 +409,7 @@ jobs: |
409 | 409 | cache-dependency-path: "e2e-studio/package-lock.json" |
410 | 410 |
|
411 | 411 | - name: Restore Docker image |
412 | | - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 412 | + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
413 | 413 | with: |
414 | 414 | path: /tmp/arcadedb-image.tar |
415 | 415 | key: docker-image-${{ github.run_id }}-${{ github.run_attempt }} |
@@ -470,7 +470,7 @@ jobs: |
470 | 470 | uv --version |
471 | 471 |
|
472 | 472 | - name: Restore Docker image |
473 | | - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
| 473 | + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 |
474 | 474 | with: |
475 | 475 | path: /tmp/arcadedb-image.tar |
476 | 476 | key: docker-image-${{ github.run_id }}-${{ github.run_attempt }} |
@@ -537,7 +537,7 @@ jobs: |
537 | 537 | coverage-reports: ${{ steps.coverage-files-generator.outputs.COVERAGE_FILES }} |
538 | 538 |
|
539 | 539 | - name: Upload coverage reports to Codecov |
540 | | - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 |
| 540 | + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 |
541 | 541 | if: success() || failure() |
542 | 542 | with: |
543 | 543 | fail_ci_if_error: false |
|
0 commit comments