Skip to content

Commit 3a41d9f

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/npm-aa088c3199
2 parents a1dd56d + 6a5dd83 commit 3a41d9f

5 files changed

+9
-9
lines changed

.github/workflows/policy-lerna-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3939

4040
- name: Setup Node.js
41-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
41+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
4242
with:
4343
node-version: 20
4444
registry-url: 'https://registry.npmjs.org'
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7676

7777
- name: Setup Node.js
78-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
78+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7979
with:
8080
node-version: 20
8181
registry-url: 'https://npm.pkg.github.com'

.github/workflows/policy-lerna-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
lfs: true
3333

3434
- name: Setup Node.js
35-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
35+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
3636
with:
3737
node-version: ${{ matrix.node-version }}
3838
registry-url: 'https://npm.pkg.github.com'

.github/workflows/policy-node-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4040

4141
- name: Setup Node.js
42-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
42+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
4343
with:
4444
node-version: 20
4545
registry-url: 'https://registry.npmjs.org'
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7777

7878
- name: Setup Node.js
79-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
79+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
8080
with:
8181
node-version: 20
8282
registry-url: 'https://npm.pkg.github.com'

.github/workflows/policy-node-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646

4747
- name: Check repository dependency graph
48-
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
48+
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
4949
if: ${{ github.event_name == 'pull_request' && steps.visibility.outputs.isPrivate == 'false' }}
5050

5151
- name: Setup Node.js v${{ matrix.node-version }}
52-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
52+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
5353
with:
5454
node-version: ${{ matrix.node-version }}
5555
registry-url: 'https://npm.pkg.github.com'

.github/workflows/policy-workspaces-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3939

4040
- name: Setup Node.js
41-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
41+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
4242
with:
4343
node-version: 20
4444
registry-url: 'https://registry.npmjs.org'
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7676

7777
- name: Setup Node.js
78-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
78+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7979
with:
8080
node-version: 20
8181
registry-url: 'https://npm.pkg.github.com'

0 commit comments

Comments
 (0)