|
25 | 25 | env:
|
26 | 26 | NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
|
27 | 27 | steps:
|
28 |
| - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 28 | + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 |
29 | 29 | - uses: ./tools/github-actions/download-build-output
|
30 | 30 | - uses: ./tools/github-actions/setup
|
31 | 31 | - name: Setup verdaccio once for all tests
|
|
40 | 40 | run: zip -r verdaccio.zip ./.verdaccio
|
41 | 41 | shell: bash
|
42 | 42 | - name: Publish verdaccio storage
|
43 |
| - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
| 43 | + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
44 | 44 | with:
|
45 | 45 | name: verdaccio
|
46 | 46 | path: verdaccio.zip
|
|
62 | 62 | ENFORCED_PACKAGE_MANAGER: ${{ matrix.packageManager }}
|
63 | 63 | PREPARE_TEST_ENV_TYPE: ${{ matrix.testEnvironment }}
|
64 | 64 | steps:
|
65 |
| - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 65 | + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 |
66 | 66 | - uses: ./tools/github-actions/download-build-output
|
67 | 67 | - uses: ./tools/github-actions/setup
|
68 | 68 | - shell: bash
|
|
91 | 91 | npm cache --cache=.cache/test-app/npm-cache ls | grep 127.0.0.1:4873 | xargs -d'\n' -r -n 1 npm cache --cache=.cache/test-app/npm-cache clean || true
|
92 | 92 | npx --yes -p replace-in-files-cli replace-in-files --regex=".*127.0.0.1:4873.*" --replacement="" ".cache/test-app/npm-cache/_cacache/index-v5/**/*"
|
93 | 93 | shell: bash
|
94 |
| - - uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 |
| 94 | + - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 |
95 | 95 | name: Download verdaccio storage prepared in the previous job
|
96 | 96 | with:
|
97 | 97 | name: verdaccio
|
@@ -124,7 +124,7 @@ jobs:
|
124 | 124 | shell: bash
|
125 | 125 | - name: Publish generated tests environment on failure
|
126 | 126 | if: failure() && steps.it-tests.conclusion == 'failure'
|
127 |
| - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
| 127 | + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
128 | 128 | with:
|
129 | 129 | name: it-tests-${{ matrix.os }}-${{ matrix.packageManager }}
|
130 | 130 | path: it-tests.zip
|
|
0 commit comments