|
29 | 29 | if: github.repository == 'apache/cloudstack' |
30 | 30 | runs-on: ubuntu-24.04 |
31 | 31 | steps: |
32 | | - - uses: actions/checkout@v6 |
| 32 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
33 | 33 | with: |
34 | 34 | fetch-depth: 0 |
35 | 35 | persist-credentials: false |
|
58 | 58 | tar -czf /tmp/artifacts/targets.tar.gz $(find . -name "target" -type d) tools/marvin/dist engine/schema/dist utils/conf |
59 | 59 | tar -czf /tmp/artifacts/m2-cloudstack.tar.gz -C ~/.m2/repository org/apache/cloudstack |
60 | 60 | - name: Upload artifacts |
61 | | - uses: actions/upload-artifact@v7 |
| 61 | + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
62 | 62 | with: |
63 | 63 | name: build-artifacts |
64 | 64 | path: /tmp/artifacts/ |
@@ -251,7 +251,7 @@ jobs: |
251 | 251 | smoke/test_list_storage_pools |
252 | 252 | smoke/test_list_volumes"] |
253 | 253 | steps: |
254 | | - - uses: actions/checkout@v6 |
| 254 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
255 | 255 | with: |
256 | 256 | fetch-depth: 0 |
257 | 257 | persist-credentials: false |
@@ -293,7 +293,7 @@ jobs: |
293 | 293 | sudo systemctl restart mysql |
294 | 294 | sudo mysql -uroot -e "SELECT VERSION();" |
295 | 295 | - name: Download artifacts |
296 | | - uses: actions/download-artifact@v8 |
| 296 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
297 | 297 | with: |
298 | 298 | name: build-artifacts |
299 | 299 | path: /tmp/artifacts/ |
@@ -348,7 +348,7 @@ jobs: |
348 | 348 | echo -e "Simulator CI Test Results: (only failures listed)\n" |
349 | 349 | python3 ./tools/marvin/xunit-reader.py integration-test-results/ |
350 | 350 |
|
351 | | - - uses: codecov/codecov-action@v6 |
| 351 | + - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 |
352 | 352 | with: |
353 | 353 | files: jacoco-coverage.xml |
354 | 354 | fail_ci_if_error: true |
|
0 commit comments