Skip to content

Commit a5caf34

Browse files
build(deps): bump actions/checkout in the actions group (#265)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b8cfcb commit a5caf34

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
15+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
18+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929
with:
3030
persist-credentials: false
3131
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
56+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
82+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8383
with:
8484
persist-credentials: false
8585
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
118+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
143+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
170+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
194+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
222+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
249+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
276+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
316+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
346+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
26+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
19+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2020
with:
2121
persist-credentials: false
2222

0 commit comments

Comments
 (0)