Skip to content

Commit 8c076f0

Browse files
⬆️ action: Bump the actions group with 4 updates (#141)
1 parent 589a352 commit 8c076f0

6 files changed

+20
-20
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535

3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
38+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939

4040
- name: Setup Node.js
41-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
41+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
4242
with:
4343
node-version: 20
4444
registry-url: 'https://registry.npmjs.org'
@@ -72,10 +72,10 @@ jobs:
7272

7373
steps:
7474
- name: Checkout
75-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
75+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7676

7777
- name: Setup Node.js
78-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
78+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
7979
with:
8080
node-version: 20
8181
registry-url: 'https://npm.pkg.github.com'

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131
with:
3232
lfs: true
3333

3434
- name: Setup Node.js
35-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
35+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
3636
with:
3737
node-version: ${{ matrix.node-version }}
3838
registry-url: 'https://npm.pkg.github.com'

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
build-mode: none
2626

2727
steps:
28-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929

30-
- uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
30+
- uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
3131
with:
3232
config-file: ./.github/codeql/codeql-config.yml
3333
languages: ${{ matrix.language }}
3434
build-mode: ${{ matrix.build-mode }}
3535

36-
- uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
36+
- uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636

3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4040

4141
- name: Setup Node.js
42-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
42+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
4343
with:
4444
node-version: 20
4545
registry-url: 'https://registry.npmjs.org'
@@ -73,10 +73,10 @@ jobs:
7373

7474
steps:
7575
- name: Checkout
76-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
76+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7777

7878
- name: Setup Node.js
79-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
79+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
8080
with:
8181
node-version: 20
8282
registry-url: 'https://npm.pkg.github.com'

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
38+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939

4040
- name: Check repository visibility
4141
if: ${{ github.event_name == 'pull_request' }}
@@ -46,11 +46,11 @@ jobs:
4646
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747

4848
- name: Check repository dependency graph
49-
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
49+
uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0
5050
if: ${{ github.event_name == 'pull_request' && steps.visibility.outputs.isPrivate == 'false' }}
5151

5252
- name: Setup Node.js v${{ matrix.node-version }}
53-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
53+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
5454
with:
5555
node-version: ${{ matrix.node-version }}
5656
registry-url: 'https://npm.pkg.github.com'

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737

3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141

4242
- name: Setup Node.js
43-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
43+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
4444
with:
4545
node-version: 20
4646
registry-url: 'https://registry.npmjs.org'
@@ -75,10 +75,10 @@ jobs:
7575

7676
steps:
7777
- name: Checkout
78-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
78+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7979

8080
- name: Setup Node.js
81-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
81+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
8282
with:
8383
node-version: 20
8484
registry-url: 'https://npm.pkg.github.com'

0 commit comments

Comments
 (0)