Skip to content

Commit ef7f7d7

Browse files
⬆️ Update actions/checkout action to v4.2.2 (#5360)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v4.2.1` -> `v4.2.2` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.2.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.2.1...v4.2.2) - `url-helper.ts` now leverages well-known environment variables by [@&#8203;jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1941](https://redirect.github.com/actions/checkout/pull/1941) - Expand unit test coverage for `isGhes` by [@&#8203;jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1946](https://redirect.github.com/actions/checkout/pull/1946) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dubzzz/fast-check). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d74226 commit ef7f7d7

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

.github/workflows/build-status.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: 'Warm up Yarn cache'
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
28+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
- name: Using Node v20.x
3030
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3131
id: yarn-cache
@@ -46,7 +46,7 @@ jobs:
4646
matrix:
4747
os: ['macos-latest', 'windows-latest']
4848
steps:
49-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
49+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5050
- name: Using Node v20.x
5151
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
5252
id: yarn-cache
@@ -68,7 +68,7 @@ jobs:
6868
needs: warmup_yarn_cache
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
71+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7272
with:
7373
fetch-depth: 0
7474
- name: Using Node v20.x
@@ -85,7 +85,7 @@ jobs:
8585
needs: warmup_yarn_cache
8686
runs-on: ubuntu-latest
8787
steps:
88-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
88+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8989
- name: Using Node v20.x
9090
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
9191
with:
@@ -102,7 +102,7 @@ jobs:
102102
needs: warmup_yarn_cache
103103
runs-on: ubuntu-latest
104104
steps:
105-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
105+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
106106
- name: Using Node v20.x
107107
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
108108
with:
@@ -121,7 +121,7 @@ jobs:
121121
needs: warmup_yarn_cache
122122
runs-on: ubuntu-latest
123123
steps:
124-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
124+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
125125
- name: Using Node v20.x
126126
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
127127
with:
@@ -154,7 +154,7 @@ jobs:
154154
- production_packages
155155
runs-on: ubuntu-latest
156156
steps:
157-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
157+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
158158
- name: Using Node v20.x
159159
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
160160
with:
@@ -228,7 +228,7 @@ jobs:
228228
node-version: 20.x
229229
os: 'ubuntu-latest'
230230
steps:
231-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
231+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
232232
- name: Using Node v${{matrix.node-version}}
233233
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
234234
with:
@@ -280,7 +280,7 @@ jobs:
280280
- production_packages
281281
runs-on: ubuntu-latest
282282
steps:
283-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
283+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
284284
with:
285285
fetch-depth: 0 # all history in order to be able to show last-edited-at dates
286286
lfs: true
@@ -339,7 +339,7 @@ jobs:
339339
- production_packages
340340
runs-on: ubuntu-latest
341341
steps:
342-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
342+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
343343
- name: Using Node v20.x
344344
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
345345
with:
@@ -409,7 +409,7 @@ jobs:
409409
- '4.2'
410410
# Other release channels for TypeScript
411411
steps:
412-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
412+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
413413
- name: Using Node v20.x
414414
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
415415
with:
@@ -547,7 +547,7 @@ jobs:
547547
outputs:
548548
tag_count: ${{steps.tag_count.outputs.count}}
549549
steps:
550-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
550+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
551551
with:
552552
fetch-depth: 0
553553
- id: tag_count
@@ -563,7 +563,7 @@ jobs:
563563
outputs:
564564
status: ${{steps.check_has_tag.outcome}}
565565
steps:
566-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
566+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
567567
with:
568568
fetch-depth: 0
569569
- id: check_has_tag
@@ -603,7 +603,7 @@ jobs:
603603
outputs:
604604
status: ${{steps.check_has_tag.outcome}}
605605
steps:
606-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
606+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
607607
with:
608608
fetch-depth: 0
609609
- id: check_has_tag
@@ -643,7 +643,7 @@ jobs:
643643
outputs:
644644
status: ${{steps.check_has_tag.outcome}}
645645
steps:
646-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
646+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
647647
with:
648648
fetch-depth: 0
649649
- id: check_has_tag
@@ -683,7 +683,7 @@ jobs:
683683
outputs:
684684
status: ${{steps.check_has_tag.outcome}}
685685
steps:
686-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
686+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
687687
with:
688688
fetch-depth: 0
689689
- id: check_has_tag
@@ -723,7 +723,7 @@ jobs:
723723
outputs:
724724
status: ${{steps.check_has_tag.outcome}}
725725
steps:
726-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
726+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
727727
with:
728728
fetch-depth: 0
729729
- id: check_has_tag
@@ -763,7 +763,7 @@ jobs:
763763
outputs:
764764
status: ${{steps.check_has_tag.outcome}}
765765
steps:
766-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
766+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
767767
with:
768768
fetch-depth: 0
769769
- id: check_has_tag
@@ -803,7 +803,7 @@ jobs:
803803
outputs:
804804
status: ${{steps.check_has_tag.outcome}}
805805
steps:
806-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
806+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
807807
with:
808808
fetch-depth: 0
809809
- id: check_has_tag
@@ -843,7 +843,7 @@ jobs:
843843
outputs:
844844
status: ${{steps.check_has_tag.outcome}}
845845
steps:
846-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
846+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
847847
with:
848848
fetch-depth: 0
849849
- id: check_has_tag

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
22+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
with:
2424
# We must fetch at least the immediate parents so that if this is
2525
# a pull request then we can checkout the head.

.github/workflows/generate-changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414
pull-requests: write
1515
steps:
16-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
fetch-depth: 0
1919
- name: Configure GIT

.github/workflows/safe-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: 'Safe release'
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
- name: Check no package from workspace
2626
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
2727
with:

.github/workflows/scorecard.yml

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

3333
steps:
3434
- name: 'Checkout code'
35-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
35+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)