|
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@2e421aafa0e05640f0cd84a7a3521c8c3be44d16 # v3.3.2 |
| 35 | + - uses: nrwl/nx-set-shas@v3 # nx recipe |
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 | | - - 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 |
| 76 | + - uses: nrwl/nx-set-shas@v3 # nx recipe |
80 | 77 |
|
81 | 78 | - name: Install Dependencies |
82 | 79 | run: yarn install --frozen-lockfile |
@@ -110,10 +107,7 @@ jobs: |
110 | 107 | registry-url: 'https://registry.npmjs.org' |
111 | 108 | cache: yarn |
112 | 109 |
|
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 |
| 110 | + - uses: nrwl/nx-set-shas@v3 # nx recipe |
117 | 111 |
|
118 | 112 | - name: Install Dependencies |
119 | 113 | run: yarn install --frozen-lockfile |
@@ -255,7 +249,7 @@ jobs: |
255 | 249 | run: yarn install --frozen-lockfile |
256 | 250 |
|
257 | 251 | - name: Run Snyk to check for vulnerabilities |
258 | | - uses: snyk/actions/node@cdb760004ba9ea4d525f2e043745dfe85bb9077e # master |
| 252 | + uses: snyk/actions/node@master |
259 | 253 | env: |
260 | 254 | SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} |
261 | 255 | with: |
|
0 commit comments