Skip to content

Commit a917de0

Browse files
chore: revert ci.yml to branch state, not ours to change
1 parent 0767596 commit a917de0

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Use Github Personal Access Token
3333
run: git config --global url."https://${{ secrets.GH_PAT }}@github.com/".insteadOf ssh://[email protected]/
3434

35-
- uses: nrwl/nx-set-shas@2e421aafa0e05640f0cd84a7a3521c8c3be44d16 # v3.3.2
35+
- uses: nrwl/nx-set-shas@v3 # nx recipe
3636

3737
- name: Install Dependencies
3838
run: yarn install --frozen-lockfile
@@ -73,10 +73,7 @@ jobs:
7373
registry-url: 'https://registry.npmjs.org'
7474
cache: yarn
7575

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
8077

8178
- name: Install Dependencies
8279
run: yarn install --frozen-lockfile
@@ -110,10 +107,7 @@ jobs:
110107
registry-url: 'https://registry.npmjs.org'
111108
cache: yarn
112109

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
117111

118112
- name: Install Dependencies
119113
run: yarn install --frozen-lockfile
@@ -255,7 +249,7 @@ jobs:
255249
run: yarn install --frozen-lockfile
256250

257251
- name: Run Snyk to check for vulnerabilities
258-
uses: snyk/actions/node@cdb760004ba9ea4d525f2e043745dfe85bb9077e # master
252+
uses: snyk/actions/node@master
259253
env:
260254
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
261255
with:

0 commit comments

Comments
 (0)