Skip to content

Commit 1075efd

Browse files
deps(actions/checkout): update actions/checkout to 3d3c42e
1 parent ac6c2f0 commit 1075efd

7 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id-token: write
4848
actions: read
4949
steps:
50-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
50+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5151
with:
5252
# Full history lets the action compute an accurate diff vs the base
5353
# branch instead of just the latest commit.

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
build-mode: none
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
29+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3030

3131
- name: Initialize CodeQL
3232
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
packages: write
3131

3232
steps:
33-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
33+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3434
with:
3535
# Without this the fetch depth defaults to 1, which only includes the most recent commit. We want to know the full history so that `git describe` can give more information when it is invoked in the orderbook's crate build script.
3636
fetch-depth: '0'

.github/workflows/hotfix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out
18-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
18+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1919
with:
2020
token: "${{ secrets.HOTFIX_ACTION_TOKEN }}"
2121
fetch-depth: 0

.github/workflows/playground-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
swap-storage: false
3939

4040
- name: Checkout code
41-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
41+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4242
with:
4343
persist-credentials: false
4444

.github/workflows/pull-request.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 60
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
14+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1515
with:
1616
persist-credentials: false
1717
- run: rustup toolchain install stable --profile minimal
@@ -41,7 +41,7 @@ jobs:
4141
trivy:
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
44+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4545
with:
4646
persist-credentials: false
4747

@@ -60,7 +60,7 @@ jobs:
6060
cargo-audit:
6161
runs-on: ubuntu-latest
6262
steps:
63-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
63+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
6464
with:
6565
persist-credentials: false
6666
- run: rustup toolchain install stable --profile minimal
@@ -71,7 +71,7 @@ jobs:
7171
nitpicker:
7272
runs-on: ubuntu-latest
7373
steps:
74-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
74+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
7575
with:
7676
persist-credentials: false
7777
- uses: ethanis/nitpicker@e891622bbd9a6ec97a473bcfacfca7332caf2862 # v1.7
@@ -83,7 +83,7 @@ jobs:
8383
timeout-minutes: 60
8484
runs-on: ubuntu-latest
8585
steps:
86-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
86+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
8787
with:
8888
persist-credentials: false
8989
- uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0
@@ -102,7 +102,7 @@ jobs:
102102
CARGO_PROFILE_TEST_DEBUG: 0
103103
CARGO_TERM_COLOR: always
104104
steps:
105-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
105+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
106106
with:
107107
persist-credentials: false
108108
- run: rustup toolchain install stable --profile minimal
@@ -125,7 +125,7 @@ jobs:
125125
CARGO_PROFILE_TEST_DEBUG: 0
126126
CARGO_TERM_COLOR: always
127127
steps:
128-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
128+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
129129
with:
130130
persist-credentials: false
131131
- run: rustup toolchain install stable --profile minimal
@@ -153,7 +153,7 @@ jobs:
153153
CARGO_TERM_COLOR: always
154154
TOML_TRACE_ERROR: 1
155155
steps:
156-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
156+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
157157
with:
158158
persist-credentials: false
159159
- run: rustup toolchain install stable --profile minimal
@@ -189,7 +189,7 @@ jobs:
189189
FORK_URL_GNOSIS: ${{ secrets.FORK_URL_GNOSIS }}
190190
TOML_TRACE_ERROR: 1
191191
steps:
192-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
192+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
193193
with:
194194
persist-credentials: false
195195
- run: rustup toolchain install stable --profile minimal
@@ -222,7 +222,7 @@ jobs:
222222
CARGO_TERM_COLOR: always
223223
TOML_TRACE_ERROR: 1
224224
steps:
225-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
225+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
226226
with:
227227
persist-credentials: false
228228
- run: rustup toolchain install stable --profile minimal
@@ -243,7 +243,7 @@ jobs:
243243
timeout-minutes: 30
244244
runs-on: ubuntu-latest
245245
steps:
246-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
246+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
247247
with:
248248
persist-credentials: false
249249
- name: Build Solidity artifacts
@@ -264,7 +264,7 @@ jobs:
264264
timeout-minutes: 60
265265
runs-on: ubuntu-latest
266266
steps:
267-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
267+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
268268
with:
269269
persist-credentials: false
270270
- run: npm install @apidevtools/swagger-cli @stoplight/spectral-cli
@@ -289,7 +289,7 @@ jobs:
289289
FORK_URL_MAINNET: ${{ secrets.FORK_URL_MAINNET }}
290290
FORK_URL_GNOSIS: ${{ secrets.FORK_URL_GNOSIS }}
291291
steps:
292-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
292+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
293293
with:
294294
persist-credentials: false
295295
- run: rustup toolchain install stable --profile minimal
@@ -321,7 +321,7 @@ jobs:
321321
timeout-minutes: 60
322322
runs-on: ubuntu-latest
323323
steps:
324-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
324+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
325325
with:
326326
persist-credentials: false
327327
- run: rustup toolchain install stable --profile minimal
@@ -348,7 +348,7 @@ jobs:
348348
outputs:
349349
changed: ${{ steps.check.outputs.changed }}
350350
steps:
351-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
351+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
352352
with:
353353
persist-credentials: false
354354
- id: check
@@ -372,7 +372,7 @@ jobs:
372372
timeout-minutes: 60
373373
runs-on: ubuntu-latest
374374
steps:
375-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
375+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
376376
with:
377377
persist-credentials: false
378378
- run: rustup toolchain install stable --profile minimal

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
14+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1515
with:
1616
fetch-depth: 0 # Fetch all history for all branches and tags
1717
# Requires "Read and Write access to code" permission

0 commit comments

Comments
 (0)