Skip to content

Commit b7c02b3

Browse files
build(deps): bump actions/checkout in the actions group (#251)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5.0.1 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93cb6ef...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52bad44 commit b7c02b3

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
15+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1616
with:
1717
persist-credentials: false
1818

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write # Used to attach signing artifacts to the release.
1616

1717
steps:
18-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
18+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1919
with:
2020
persist-credentials: false
2121

.github/workflows/selftest.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
2727
steps:
28-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
28+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2929
with:
3030
persist-credentials: false
3131
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ${{ matrix.os }}
5454
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
5555
steps:
56-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
56+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5757
with:
5858
persist-credentials: false
5959
- name: Sign artifact and publish signature
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ${{ matrix.os }}
8080
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
8181
steps:
82-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
82+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8383
with:
8484
persist-credentials: false
8585
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
@@ -115,7 +115,7 @@ jobs:
115115
- "/tmp/extremely-nonexistent-file"
116116
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
117117
steps:
118-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
118+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
119119
with:
120120
persist-credentials: false
121121
- name: Sign artifact and publish signature
@@ -140,7 +140,7 @@ jobs:
140140
runs-on: ubuntu-latest
141141
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
142142
steps:
143-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
143+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
144144
with:
145145
persist-credentials: false
146146
- name: Sign artifact and publish signature
@@ -167,7 +167,7 @@ jobs:
167167
runs-on: ubuntu-latest
168168
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
169169
steps:
170-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
170+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
171171
with:
172172
persist-credentials: false
173173
- name: Sign artifacts and publish signatures
@@ -191,7 +191,7 @@ jobs:
191191
TEST_DIR: test
192192
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
193193
steps:
194-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
194+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
195195
with:
196196
persist-credentials: false
197197
- name: Sign artifacts and publish signatures
@@ -219,7 +219,7 @@ jobs:
219219
runs-on: ubuntu-latest
220220
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
221221
steps:
222-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
222+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
223223
with:
224224
persist-credentials: false
225225
- name: Sign artifacts and publish signatures
@@ -246,7 +246,7 @@ jobs:
246246
runs-on: ubuntu-latest
247247
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
248248
steps:
249-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
249+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
250250
with:
251251
persist-credentials: false
252252
- name: Sign artifact and publish signature
@@ -273,7 +273,7 @@ jobs:
273273
runs-on: ubuntu-latest
274274
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
275275
steps:
276-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
276+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
277277
with:
278278
persist-credentials: false
279279
- name: Sign artifact and publish signature
@@ -313,7 +313,7 @@ jobs:
313313

314314
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
315315
steps:
316-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
316+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
317317
with:
318318
persist-credentials: false
319319
- name: Sign artifact and publish signature
@@ -343,7 +343,7 @@ jobs:
343343
runs-on: ubuntu-latest
344344
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
345345
steps:
346-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
346+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
347347
with:
348348
persist-credentials: false
349349
- name: Get OIDC token

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
image: semgrep/semgrep:1.138.0
2424

2525
steps:
26-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
26+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2727
with:
2828
persist-credentials: false
2929
- run: semgrep ci

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
security-events: write # for uploading the sarif file
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
19+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2020
with:
2121
persist-credentials: false
2222

0 commit comments

Comments
 (0)