Skip to content

Commit e8afd0d

Browse files
chore(deps): update actions/checkout action to v4.2.2 (#824)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Bannert <[email protected]>
1 parent 9ec0e0a commit e8afd0d

8 files changed

+15
-15
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
egress-policy: "audit"
4949

5050
- name: "Checkout repository"
51-
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
51+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: "Initialize CodeQL"

.github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
egress-policy: "audit"
2727

2828
- name: "Git checkout"
29-
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
29+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
3030
env:
3131
GIT_COMMITTER_NAME: "GitHub Actions Shell"
3232
GIT_AUTHOR_NAME: "GitHub Actions Shell"

.github/workflows/lint.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
egress-policy: "audit"
4141

4242
- name: "Git checkout"
43-
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
43+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
4444
env:
4545
GIT_COMMITTER_NAME: "GitHub Actions Shell"
4646
GIT_AUTHOR_NAME: "GitHub Actions Shell"
@@ -65,7 +65,7 @@ jobs:
6565
egress-policy: "audit"
6666

6767
- name: "Git checkout ${{ env.HEAD_REPOSITORY }}:${{ env.HEAD_REF }}"
68-
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
68+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
6969
env:
7070
GIT_COMMITTER_NAME: "GitHub Actions Shell"
7171
GIT_AUTHOR_NAME: "GitHub Actions Shell"
@@ -116,7 +116,7 @@ jobs:
116116
egress-policy: "audit"
117117

118118
- name: "Git checkout ${{ env.HEAD_REPOSITORY }}:${{ env.HEAD_REF }}"
119-
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
119+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
120120
env:
121121
GIT_COMMITTER_NAME: "GitHub Actions Shell"
122122
GIT_AUTHOR_NAME: "GitHub Actions Shell"
@@ -167,7 +167,7 @@ jobs:
167167
egress-policy: "audit"
168168

169169
- name: "Git checkout ${{ env.HEAD_REPOSITORY }}:${{ env.HEAD_REF }}"
170-
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
170+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
171171
env:
172172
GIT_COMMITTER_NAME: "GitHub Actions Shell"
173173
GIT_AUTHOR_NAME: "GitHub Actions Shell"
@@ -218,7 +218,7 @@ jobs:
218218
egress-policy: "audit"
219219

220220
- name: "Git checkout ${{ env.HEAD_REPOSITORY }}:${{ env.HEAD_REF }}"
221-
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
221+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
222222
env:
223223
GIT_COMMITTER_NAME: "GitHub Actions Shell"
224224
GIT_AUTHOR_NAME: "GitHub Actions Shell"
@@ -242,7 +242,7 @@ jobs:
242242
egress-policy: "audit"
243243

244244
- name: "Git checkout"
245-
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
245+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
246246
env:
247247
GIT_COMMITTER_NAME: "GitHub Actions Shell"
248248
GIT_AUTHOR_NAME: "GitHub Actions Shell"
@@ -267,7 +267,7 @@ jobs:
267267
egress-policy: "audit"
268268

269269
- name: "Git checkout ${{ env.HEAD_REPOSITORY }}:${{ env.HEAD_REF }}"
270-
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
270+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
271271
env:
272272
GIT_COMMITTER_NAME: "GitHub Actions Shell"
273273
GIT_AUTHOR_NAME: "GitHub Actions Shell"

.github/workflows/lock-file-maintenance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
egress-policy: "audit"
2727

2828
- name: "Git checkout"
29-
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
29+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
3030
with:
3131
token: "${{ secrets.LOCK_MAINTENANCE_GITHUB_TOKEN }}"
3232
env:

.github/workflows/preview-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
egress-policy: "audit"
3232

3333
- name: "Git checkout"
34-
uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29" # v4.1.6
34+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
3535
with:
3636
# Number of commits to fetch. 0 indicates all history for all branches and tags.
3737
# Pulls all commits (needed for NX)

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
egress-policy: "audit"
3939

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

.github/workflows/semantic-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ignore-checks: "lock-closed / lock-closed, Socket Security: Pull Request Alerts"
4646

4747
- name: "Git checkout"
48-
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
48+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
4949
with:
5050
fetch-depth: 0
5151
persist-credentials: false

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
egress-policy: "audit"
3838

3939
- name: "Git checkout"
40-
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
40+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
4141
env:
4242
GIT_COMMITTER_NAME: "GitHub Actions Shell"
4343
GIT_AUTHOR_NAME: "GitHub Actions Shell"
@@ -77,7 +77,7 @@ jobs:
7777
egress-policy: "audit"
7878

7979
- name: "Git checkout ${{ env.HEAD_REPOSITORY }}:${{ env.HEAD_REF }}"
80-
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
80+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
8181
env:
8282
GIT_COMMITTER_NAME: "GitHub Actions Shell"
8383
GIT_AUTHOR_NAME: "GitHub Actions Shell"

0 commit comments

Comments
 (0)