Skip to content

Commit 34af9cc

Browse files
renovate[bot]achrinza
authored andcommitted
chore: update actions/checkout action to v7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c4b5d26 commit 34af9cc

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
actions: read
2121

2222
steps:
23-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
23+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424
- name: Initialize CodeQL
2525
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
2626
with:

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
github.com:443
4040
nodejs.org:443
4141
registry.npmjs.org:443
42-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
42+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4343
with:
4444
persist-credentials: false
4545
- name: Use Node.js ${{ matrix.node-version }}
@@ -66,7 +66,7 @@ jobs:
6666
github.com:443
6767
nodejs.org:443
6868
registry.npmjs.org:443
69-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
69+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7070
with:
7171
persist-credentials: false
7272
- name: Use Node.js 22
@@ -94,7 +94,7 @@ jobs:
9494
allowed-endpoints: >
9595
github.com:443
9696
registry.npmjs.org:443
97-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
97+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
9898
with:
9999
fetch-depth: 0
100100
persist-credentials: false
@@ -130,7 +130,7 @@ jobs:
130130
allowed-endpoints: >
131131
github.com:443
132132
registry.npmjs.org:443
133-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
133+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
134134
with:
135135
persist-credentials: false
136136
- name: Use Node.js 22

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
rekor.sigstore.dev:443
4848
tuf-repo-cdn.sigstore.dev:443
4949
www.bestpractices.dev:443
50-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
50+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5151
with:
5252
persist-credentials: false
5353

0 commit comments

Comments
 (0)