|
32 | 32 | - name: Use Github Personal Access Token |
33 | 33 | run: git config --global url."https://${{ secrets.GH_PAT }}@github.com/".insteadOf ssh://[email protected]/ |
34 | 34 |
|
35 | | - - uses: nrwl/nx-set-shas@v3 # nx recipe |
| 35 | + - uses: nrwl/nx-set-shas@2e421aafa0e05640f0cd84a7a3521c8c3be44d16 # v3.3.2 |
36 | 36 |
|
37 | 37 | - name: Install Dependencies |
38 | 38 | run: yarn install --frozen-lockfile |
|
73 | 73 | registry-url: 'https://registry.npmjs.org' |
74 | 74 | cache: yarn |
75 | 75 |
|
76 | | - - uses: nrwl/nx-set-shas@v3 # nx recipe |
| 76 | + - name: Use Github Personal Access Token |
| 77 | + run: git config --global url."https://${{ secrets.GH_PAT }}@github.com/".insteadOf ssh://[email protected]/ |
| 78 | + |
| 79 | + - uses: nrwl/nx-set-shas@2e421aafa0e05640f0cd84a7a3521c8c3be44d16 # v3.3.2 |
77 | 80 |
|
78 | 81 | - name: Install Dependencies |
79 | 82 | run: yarn install --frozen-lockfile |
@@ -107,7 +110,10 @@ jobs: |
107 | 110 | registry-url: 'https://registry.npmjs.org' |
108 | 111 | cache: yarn |
109 | 112 |
|
110 | | - - uses: nrwl/nx-set-shas@v3 # nx recipe |
| 113 | + - name: Use Github Personal Access Token |
| 114 | + run: git config --global url."https://${{ secrets.GH_PAT }}@github.com/".insteadOf ssh://[email protected]/ |
| 115 | + |
| 116 | + - uses: nrwl/nx-set-shas@2e421aafa0e05640f0cd84a7a3521c8c3be44d16 # v3.3.2 |
111 | 117 |
|
112 | 118 | - name: Install Dependencies |
113 | 119 | run: yarn install --frozen-lockfile |
@@ -249,7 +255,7 @@ jobs: |
249 | 255 | run: yarn install --frozen-lockfile |
250 | 256 |
|
251 | 257 | - name: Run Snyk to check for vulnerabilities |
252 | | - uses: snyk/actions/node@master |
| 258 | + uses: snyk/actions/node@cdb760004ba9ea4d525f2e043745dfe85bb9077e # master |
253 | 259 | env: |
254 | 260 | SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} |
255 | 261 | with: |
|
0 commit comments