Skip to content

Commit c33de63

Browse files
dependabot[bot]marco-ippolito
authored andcommitted
meta: bump actions/checkout from 4.2.0 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> PR-URL: #55683 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent ccc1ea0 commit c33de63

25 files changed

+39
-39
lines changed

.github/workflows/auto-start-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: needs.get-prs-for-ci.outputs.numbers != ''
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
48+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4949
with:
5050
persist-credentials: false
5151

.github/workflows/build-tarball.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: github.event.pull_request.draft == false
4343
runs-on: ubuntu-24.04
4444
steps:
45-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
45+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646
with:
4747
persist-credentials: false
4848
- name: Set up Python ${{ env.PYTHON_VERSION }}
@@ -72,7 +72,7 @@ jobs:
7272
needs: build-tarball
7373
runs-on: ubuntu-24.04
7474
steps:
75-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
75+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7676
with:
7777
persist-credentials: false
7878
- name: Set up Python ${{ env.PYTHON_VERSION }}

.github/workflows/commit-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
echo "plusOne=$((${{ github.event.pull_request.commits }} + 1))" >> $GITHUB_OUTPUT
1919
echo "minusOne=$((${{ github.event.pull_request.commits }} - 1))" >> $GITHUB_OUTPUT
20-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
with:
2222
fetch-depth: ${{ steps.nb-of-commits.outputs.plusOne }}
2323
persist-credentials: false

.github/workflows/commit-queue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: needs.get_mergeable_prs.outputs.numbers != ''
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
61+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6262
with:
6363
# Needs the whole git history for ncu to work
6464
# See https://github.com/nodejs/node-core-utils/pull/486

.github/workflows/coverage-linux-without-intl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: github.event.pull_request.draft == false
4949
runs-on: ubuntu-24.04
5050
steps:
51-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
51+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252
with:
5353
persist-credentials: false
5454
- name: Set up Python ${{ env.PYTHON_VERSION }}

.github/workflows/coverage-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: github.event.pull_request.draft == false
4949
runs-on: ubuntu-24.04
5050
steps:
51-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
51+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252
with:
5353
persist-credentials: false
5454
- name: Set up Python ${{ env.PYTHON_VERSION }}

.github/workflows/coverage-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: github.event.pull_request.draft == false
4646
runs-on: windows-2022
4747
steps:
48-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
48+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4949
with:
5050
persist-credentials: false
5151
- name: Set up Python ${{ env.PYTHON_VERSION }}

.github/workflows/daily-wpt-fyi.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
SHORT_SHA=$(node -p 'process.version.split(/-nightly\d{8}/)[1]')
6464
echo "NIGHTLY_REF=$(gh api /repos/nodejs/node/commits/$SHORT_SHA --jq '.sha')" >> $GITHUB_ENV
6565
- name: Checkout ${{ steps.setup-node.outputs.node-version }}
66-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
66+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6767
with:
6868
persist-credentials: false
6969
ref: ${{ env.NIGHTLY_REF || steps.setup-node.outputs.node-version }}
@@ -79,7 +79,7 @@ jobs:
7979
run: rm -rf wpt
8080
working-directory: test/fixtures
8181
- name: Checkout epochs/daily WPT
82-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
82+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8383
with:
8484
repository: web-platform-tests/wpt
8585
persist-credentials: false
@@ -104,7 +104,7 @@ jobs:
104104
run: rm -rf deps/undici
105105
- name: Checkout undici
106106
if: ${{ env.WPT_REPORT != '' }}
107-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
107+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
108108
with:
109109
repository: nodejs/undici
110110
persist-credentials: false

.github/workflows/daily.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build-lto:
1616
runs-on: ubuntu-24.04
1717
steps:
18-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
with:
2020
persist-credentials: false
2121
- name: Use Node.js ${{ env.NODE_VERSION }}

.github/workflows/doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: github.event.pull_request.draft == false
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
with:
2929
persist-credentials: false
3030
- name: Use Node.js ${{ env.NODE_VERSION }}

.github/workflows/find-inactive-collaborators.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
with:
2424
fetch-depth: 0
2525
persist-credentials: false

.github/workflows/find-inactive-tsc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020

2121
steps:
2222
- name: Checkout the repo
23-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
with:
2525
fetch-depth: 0
2626
persist-credentials: false
2727

2828
- name: Clone nodejs/TSC repository
29-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
29+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
with:
3131
fetch-depth: 0
3232
path: .tmp

.github/workflows/license-builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.repository == 'nodejs/node'
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
with:
2222
persist-credentials: false
2323
- run: ./tools/license-builder.sh # Run the license builder tool

.github/workflows/linters.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: github.event.pull_request.draft == false
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
with:
3030
persist-credentials: false
3131
- name: Use Node.js ${{ env.NODE_VERSION }}
@@ -40,7 +40,7 @@ jobs:
4040
if: github.event.pull_request.draft == false
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
43+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4444
with:
4545
persist-credentials: false
4646
- name: Set up Python ${{ env.PYTHON_VERSION }}
@@ -55,7 +55,7 @@ jobs:
5555
if: ${{ github.event.pull_request && github.event.pull_request.draft == false && github.base_ref == github.event.repository.default_branch }}
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
58+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5959
with:
6060
fetch-depth: 0
6161
persist-credentials: false
@@ -93,7 +93,7 @@ jobs:
9393
if: github.event.pull_request.draft == false
9494
runs-on: ubuntu-latest
9595
steps:
96-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
96+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9797
with:
9898
persist-credentials: false
9999
- name: Use Node.js ${{ env.NODE_VERSION }}
@@ -118,7 +118,7 @@ jobs:
118118
if: github.event.pull_request.draft == false
119119
runs-on: ubuntu-latest
120120
steps:
121-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
121+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
122122
with:
123123
persist-credentials: false
124124
- name: Set up Python ${{ env.PYTHON_VERSION }}
@@ -135,7 +135,7 @@ jobs:
135135
if: github.event.pull_request.draft == false
136136
runs-on: ubuntu-latest
137137
steps:
138-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
138+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
139139
with:
140140
persist-credentials: false
141141
- name: Use Python ${{ env.PYTHON_VERSION }}
@@ -153,7 +153,7 @@ jobs:
153153
if: github.event.pull_request.draft == false
154154
runs-on: ubuntu-latest
155155
steps:
156-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
156+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
157157
with:
158158
persist-credentials: false
159159
- run: shellcheck -V
@@ -163,7 +163,7 @@ jobs:
163163
if: github.event.pull_request.draft == false
164164
runs-on: ubuntu-latest
165165
steps:
166-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
166+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
167167
with:
168168
persist-credentials: false
169169
- uses: mszostok/codeowners-validator@7f3f5e28c6d7b8dfae5731e54ce2272ca384592f
@@ -173,7 +173,7 @@ jobs:
173173
if: ${{ github.event.pull_request }}
174174
runs-on: ubuntu-latest
175175
steps:
176-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
176+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
177177
with:
178178
fetch-depth: 2
179179
persist-credentials: false
@@ -182,7 +182,7 @@ jobs:
182182
lint-readme:
183183
runs-on: ubuntu-latest
184184
steps:
185-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
185+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
186186
with:
187187
persist-credentials: false
188188
- run: tools/lint-readme-lists.mjs

.github/workflows/notify-on-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
permissions:
3535
pull-requests: write
3636
steps:
37-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
37+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
with:
3939
persist-credentials: false
4040
- name: Check commit message

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3939

4040
- name: Checkout code
41-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
41+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4242
with:
4343
persist-credentials: false
4444

.github/workflows/test-asan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
CONFIG_FLAGS: --enable-asan
4848
SCCACHE_GHA_ENABLED: 'true'
4949
steps:
50-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
50+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151
with:
5252
persist-credentials: false
5353
- name: Set up Python ${{ env.PYTHON_VERSION }}

.github/workflows/test-internet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: github.repository == 'nodejs/node' || github.event_name != 'schedule'
4545
runs-on: ubuntu-24.04
4646
steps:
47-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
47+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848
with:
4949
persist-credentials: false
5050
- name: Set up Python ${{ env.PYTHON_VERSION }}

.github/workflows/test-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: github.event.pull_request.draft == false
3838
runs-on: ubuntu-24.04
3939
steps:
40-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141
with:
4242
persist-credentials: false
4343
- name: Set up Python ${{ env.PYTHON_VERSION }}

.github/workflows/test-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
CXX: sccache g++
4545
SCCACHE_GHA_ENABLED: 'true'
4646
steps:
47-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
47+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848
with:
4949
persist-credentials: false
5050
- name: Set up Python ${{ env.PYTHON_VERSION }}

.github/workflows/test-ubsan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
LINK: sccache g++
4646
CONFIG_FLAGS: --enable-ubsan
4747
steps:
48-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
48+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4949
with:
5050
persist-credentials: false
5151
- name: Store suppressions path

.github/workflows/timezone-update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020

2121
steps:
2222
- name: Checkout nodejs/node
23-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
with:
2525
persist-credentials: false
2626

2727
- name: Checkout unicode-org/icu-data
28-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
with:
3030
path: icu-data
3131
persist-credentials: false

.github/workflows/tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
298298
rm temp-output
299299
steps:
300-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
300+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
301301
if: github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id
302302
with:
303303
persist-credentials: false

.github/workflows/update-openssl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.repository == 'nodejs/node'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
with:
1919
persist-credentials: false
2020
- name: Check and download new OpenSSL version

.github/workflows/update-v8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.repository == 'nodejs/node'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
with:
2121
persist-credentials: false
2222
- name: Cache node modules and update-v8

0 commit comments

Comments
 (0)