Skip to content

Commit 1bea28d

Browse files
ci(deps): update github-actions to v6
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 2ae84d8 commit 1bea28d

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
egress-policy: "audit"
4848

4949
- name: "Checkout repository"
50-
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
50+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
5151

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

.github/workflows/data-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
egress-policy: "audit"
2424

2525
- name: "Git checkout"
26-
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
26+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
2727
with:
2828
token: "${{ secrets.LOCK_MAINTENANCE_GITHUB_TOKEN }}"
2929
env:

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
29+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
3030
env:
3131
GIT_COMMITTER_NAME: "GitHub Actions Shell"
3232
GIT_AUTHOR_NAME: "GitHub Actions Shell"

.github/workflows/lint.yml

Lines changed: 9 additions & 9 deletions
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
43+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
68+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
119+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
120120
env:
121121
GIT_COMMITTER_NAME: "GitHub Actions Shell"
122122
GIT_AUTHOR_NAME: "GitHub Actions Shell"
@@ -168,7 +168,7 @@ jobs:
168168
egress-policy: "audit"
169169

170170
- name: "Git checkout ${{ env.HEAD_REPOSITORY }}:${{ env.HEAD_REF }}"
171-
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
171+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
172172
env:
173173
GIT_COMMITTER_NAME: "GitHub Actions Shell"
174174
GIT_AUTHOR_NAME: "GitHub Actions Shell"
@@ -219,7 +219,7 @@ jobs:
219219
egress-policy: "audit"
220220

221221
- name: "Git checkout ${{ env.HEAD_REPOSITORY }}:${{ env.HEAD_REF }}"
222-
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
222+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
223223
env:
224224
GIT_COMMITTER_NAME: "GitHub Actions Shell"
225225
GIT_AUTHOR_NAME: "GitHub Actions Shell"
@@ -270,7 +270,7 @@ jobs:
270270
egress-policy: "audit"
271271

272272
- name: "Git checkout ${{ env.HEAD_REPOSITORY }}:${{ env.HEAD_REF }}"
273-
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
273+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
274274
env:
275275
GIT_COMMITTER_NAME: "GitHub Actions Shell"
276276
GIT_AUTHOR_NAME: "GitHub Actions Shell"
@@ -294,7 +294,7 @@ jobs:
294294
egress-policy: "audit"
295295

296296
- name: "Git checkout"
297-
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
297+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
298298
env:
299299
GIT_COMMITTER_NAME: "GitHub Actions Shell"
300300
GIT_AUTHOR_NAME: "GitHub Actions Shell"
@@ -319,7 +319,7 @@ jobs:
319319
egress-policy: "audit"
320320

321321
- name: "Git checkout ${{ env.HEAD_REPOSITORY }}:${{ env.HEAD_REF }}"
322-
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
322+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
323323
env:
324324
GIT_COMMITTER_NAME: "GitHub Actions Shell"
325325
GIT_AUTHOR_NAME: "GitHub Actions Shell"
@@ -330,7 +330,7 @@ jobs:
330330
run_install: false
331331

332332
- name: "Use Node.js 22.x"
333-
uses: "actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020" # v4.4.0
333+
uses: "actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f" # v6.1.0
334334
with:
335335
node-version: "22.19.0"
336336
cache: "pnpm"

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

Lines changed: 1 addition & 1 deletion
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
29+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
3030
with:
3131
token: "${{ secrets.LOCK_MAINTENANCE_GITHUB_TOKEN }}"
3232
env:

.github/workflows/preview-release.yaml

Lines changed: 1 addition & 1 deletion
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
34+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
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

Lines changed: 1 addition & 1 deletion
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
41+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
4242
with:
4343
persist-credentials: false
4444

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
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, Dependabot"
4646

4747
- name: "Git checkout"
48-
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
48+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
4949
with:
5050
fetch-depth: 0
5151
persist-credentials: false

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
40+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
80+
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
8181
env:
8282
GIT_COMMITTER_NAME: "GitHub Actions Shell"
8383
GIT_AUTHOR_NAME: "GitHub Actions Shell"

0 commit comments

Comments
 (0)