Skip to content

Commit f5415bd

Browse files
⬆️ action: Bump the actions group across 1 directory with 2 updates (#135)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Stölzle <[email protected]> Co-authored-by: Stefan Stölzle <[email protected]>
1 parent 8508a8a commit f5415bd

6 files changed

+21
-21
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
38+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3939

4040
- name: Setup Node.js
41-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
41+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
75+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7676

7777
- name: Setup Node.js
78-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
78+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
30+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3131
with:
3232
lfs: true
3333

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

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
34+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@592977e6ae857384aa79bb31e7a1d62d63449ec5
37+
uses: github/codeql-action/init@v3
3838
with:
3939
languages: ${{ matrix.language }}
4040

4141
- name: Autobuild
42-
uses: github/codeql-action/autobuild@592977e6ae857384aa79bb31e7a1d62d63449ec5
42+
uses: github/codeql-action/autobuild@v3
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@592977e6ae857384aa79bb31e7a1d62d63449ec5
45+
uses: github/codeql-action/analyze@v3

.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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
39+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4040

4141
- name: Setup Node.js
42-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
42+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
76+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7777

7878
- name: Setup Node.js
79-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
79+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
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
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
37+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3838

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

4747
- name: Check repository dependency graph
48-
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70
48+
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
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
52+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
5353
with:
5454
node-version: ${{ matrix.node-version }}
5555
registry-url: 'https://npm.pkg.github.com'

.github/workflows/policy-workspaces-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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
38+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3939

4040
- name: Setup Node.js
41-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
41+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
75+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7676

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

0 commit comments

Comments
 (0)