Skip to content

Commit

Permalink
pin version to commit hash for setup-node and nx-set-shas
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Dubrick <[email protected]>
  • Loading branch information
Jdubrick committed Apr 4, 2024
1 parent c5f7876 commit a88b637
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 #v4.0.0
with:
node-version-file: 'package.json'

- name: Set SHA
uses: nrwl/nx-set-shas@v2
uses: nrwl/nx-set-shas@76907e7e5d3cd17ddb5e2b123389f054bffcdd03 #v4.0.0

- name: Install
run: |
Expand Down Expand Up @@ -70,12 +70,12 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 #v4.0.0
with:
node-version-file: 'package.json'

- name: Set SHA
uses: nrwl/nx-set-shas@v2
uses: nrwl/nx-set-shas@76907e7e5d3cd17ddb5e2b123389f054bffcdd03 #v4.0.0

- name: Install
run: |
Expand All @@ -98,12 +98,12 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 #v4.0.0
with:
node-version-file: 'package.json'

- name: Set SHA
uses: nrwl/nx-set-shas@v2
uses: nrwl/nx-set-shas@76907e7e5d3cd17ddb5e2b123389f054bffcdd03 #v4.0.0

- name: Install
run: |
Expand All @@ -126,12 +126,12 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 #v4.0.0
with:
node-version-file: 'package.json'

- name: Set SHA
uses: nrwl/nx-set-shas@v2
uses: nrwl/nx-set-shas@76907e7e5d3cd17ddb5e2b123389f054bffcdd03 #v4.0.0

- name: Install
run: |
Expand Down

0 comments on commit a88b637

Please sign in to comment.