Skip to content

Commit 28aec31

Browse files
Update actions/checkout digest to df4cb1c (#8281)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) ([changelog](https://redirect.github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd..df4cb1c069e1874edd31b4311f1884172cec0e10)) | action | digest | `de0fac2` → `df4cb1c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/357) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaGFuZ2Vsb2cvY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3fbee82 commit 28aec31

29 files changed

Lines changed: 63 additions & 63 deletions

.github/workflows/bench-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: github.event.pull_request.head.repo.fork == false
3939
with:
4040
sccache: s3
41-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
41+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4242
with:
4343
ref: ${{ github.event.pull_request.head.sha }}
4444
- name: Setup benchmark environment

.github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 10
1818
steps:
19-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2020
- name: Setup AWS CLI
2121
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6
2222
with:
@@ -54,7 +54,7 @@ jobs:
5454
if: github.repository == 'vortex-data/vortex'
5555
with:
5656
sccache: s3
57-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
57+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5858
- name: Setup benchmark environment
5959
run: sudo bash scripts/setup-benchmark.sh
6060
- uses: ./.github/actions/setup-rust

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
runs-on: ubuntu-latest
3030
timeout-minutes: 10
3131
steps:
32-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
32+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3333
- uses: spiraldb/actions/.github/actions/lint-toml@a746510eafaa926484c354541cfc49b2ec06cc63 # 0.18.6
3434

3535
validate-workflow-yaml:
3636
runs-on: ubuntu-latest
3737
timeout-minutes: 10
3838
steps:
39-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
39+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4040
- name: Validate YAML file
4141
run: |
4242
# Lint the workflows and yamllint's configuration file.
@@ -57,7 +57,7 @@ jobs:
5757
if: github.repository == 'vortex-data/vortex'
5858
with:
5959
sccache: s3
60-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
60+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
6161
- uses: ./.github/actions/setup-prebuild
6262
# Use uvx for ruff to avoid building the Rust extension (saves ~4.5 min)
6363
- name: Python Lint - Format
@@ -87,7 +87,7 @@ jobs:
8787
if: github.repository == 'vortex-data/vortex'
8888
with:
8989
sccache: s3
90-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
90+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
9191
- uses: ./.github/actions/setup-prebuild
9292

9393
- name: Pytest - Vortex
@@ -125,7 +125,7 @@ jobs:
125125
if: github.repository == 'vortex-data/vortex'
126126
with:
127127
sccache: s3
128-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
128+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
129129
- uses: ./.github/actions/setup-prebuild
130130
- name: Docs
131131
run: |
@@ -168,7 +168,7 @@ jobs:
168168
if: github.repository == 'vortex-data/vortex'
169169
with:
170170
sccache: s3
171-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
171+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
172172
- uses: ./.github/actions/setup-prebuild
173173
- name: Install wasm32 target
174174
if: ${{ matrix.config.target == 'wasm32-unknown-unknown' }}
@@ -193,7 +193,7 @@ jobs:
193193
if: github.repository == 'vortex-data/vortex'
194194
with:
195195
sccache: s3
196-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
196+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
197197
- uses: ./.github/actions/setup-prebuild
198198
- run: cargo minimal-versions check --direct --workspace --ignore-private
199199

@@ -209,7 +209,7 @@ jobs:
209209
if: github.repository == 'vortex-data/vortex'
210210
with:
211211
sccache: s3
212-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
212+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
213213
- uses: ./.github/actions/setup-prebuild
214214
- name: Install nightly for fmt
215215
run: rustup toolchain install $NIGHTLY_TOOLCHAIN --component rustfmt
@@ -265,7 +265,7 @@ jobs:
265265
runs-on: ubuntu-latest
266266
timeout-minutes: 10
267267
steps:
268-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
268+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
269269
- name: C/C++ Lint - clang-format
270270
run: |
271271
git ls-files vortex-cuda vortex-cxx vortex-duckdb vortex-ffi \
@@ -287,7 +287,7 @@ jobs:
287287
if: github.repository == 'vortex-data/vortex'
288288
with:
289289
sccache: s3
290-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
290+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
291291
- uses: ./.github/actions/setup-prebuild
292292
- name: Rust Lint - Clippy No Default Features
293293
shell: bash
@@ -315,7 +315,7 @@ jobs:
315315
if: github.repository == 'vortex-data/vortex'
316316
with:
317317
sccache: s3
318-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
318+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
319319
- name: Setup (Windows)
320320
if: matrix.os == 'windows-x64'
321321
run: |
@@ -374,7 +374,7 @@ jobs:
374374
if: github.repository == 'vortex-data/vortex'
375375
with:
376376
sccache: s3
377-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
377+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
378378
- uses: ./.github/actions/setup-prebuild
379379
- run: ./gradlew test --parallel
380380
working-directory: ./java
@@ -391,7 +391,7 @@ jobs:
391391
# Prevent sudden announcement of a new advisory from failing ci:
392392
continue-on-error: ${{ matrix.checks == 'advisories' }}
393393
steps:
394-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
394+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
395395
- uses: EmbarkStudios/cargo-deny-action@bb137d7af7e4fb67e5f82a49c4fce4fad40782fe # v2
396396
with:
397397
command: check ${{ matrix.checks }}
@@ -408,7 +408,7 @@ jobs:
408408
if: github.repository == 'vortex-data/vortex'
409409
with:
410410
sccache: s3
411-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
411+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
412412
- uses: ./.github/actions/setup-prebuild
413413
- name: Build and run C++ unit tests
414414
run: |
@@ -437,7 +437,7 @@ jobs:
437437
if: github.repository == 'vortex-data/vortex'
438438
with:
439439
sccache: s3
440-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
440+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
441441
- uses: ./.github/actions/setup-prebuild
442442
- name: Run sqllogictest tests
443443
run: |
@@ -452,7 +452,7 @@ jobs:
452452
runs-on: ubuntu-latest
453453
timeout-minutes: 30
454454
steps:
455-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
455+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
456456
- uses: ./.github/actions/setup-rust
457457
with:
458458
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -479,7 +479,7 @@ jobs:
479479
if: github.repository == 'vortex-data/vortex'
480480
with:
481481
sccache: s3
482-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
482+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
483483
- uses: ./.github/actions/setup-prebuild
484484
- name: Install nightly for cbindgen macro expansion
485485
run: rustup toolchain install $NIGHTLY_TOOLCHAIN
@@ -518,7 +518,7 @@ jobs:
518518
if: github.repository == 'vortex-data/vortex'
519519
with:
520520
sccache: s3
521-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
521+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
522522
- uses: ./.github/actions/setup-prebuild
523523
- name: "regenerate FFI header file"
524524
run: |

.github/workflows/claude-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
actions: read
233233
steps:
234234
- name: Checkout same-repo PR contents
235-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
235+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
236236
with:
237237
ref: ${{ needs.gate.outputs.checkout_ref }}
238238
fetch-depth: 1

.github/workflows/claude-write.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167

168168
steps:
169169
- name: Checkout repository
170-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
170+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
171171
with:
172172
ref: ${{ needs.gate.outputs.checkout_ref }}
173173
fetch-depth: 0

.github/workflows/close-fixed-fuzzer-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
sccache: s3
3838

39-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
39+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4040

4141
- uses: ./.github/actions/setup-rust
4242
with:

.github/workflows/codspeed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: github.repository == 'vortex-data/vortex'
4747
with:
4848
sccache: s3
49-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
49+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5050
- name: Setup benchmark environment
5151
run: sudo bash scripts/setup-benchmark.sh
5252
- uses: ./.github/actions/setup-prebuild
@@ -82,7 +82,7 @@ jobs:
8282
- uses: runs-on/action@v2
8383
with:
8484
sccache: s3
85-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
85+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
8686
- uses: ./.github/actions/setup-rust
8787
with:
8888
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/compat-gen-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: github.repository == 'vortex-data/vortex'
3939
with:
4040
sccache: s3
41-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
41+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4242
with:
4343
fetch-depth: 0
4444
- uses: ./.github/actions/setup-prebuild
@@ -88,7 +88,7 @@ jobs:
8888
if: github.repository == 'vortex-data/vortex'
8989
with:
9090
sccache: s3
91-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
91+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
9292
with:
9393
fetch-depth: 0
9494
- uses: ./.github/actions/setup-prebuild

.github/workflows/compat-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: github.repository == 'vortex-data/vortex'
3434
with:
3535
sccache: s3
36-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
36+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3737
- uses: ./.github/actions/setup-prebuild
3838
- name: Run compat tests
3939
run: |

.github/workflows/cuda.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: runs-on/action@v2
3131
with:
3232
sccache: s3
33-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
33+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3434
- uses: ./.github/actions/setup-rust
3535
with:
3636
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -64,7 +64,7 @@ jobs:
6464
nvidia-smi
6565
nvidia-smi -L
6666
nvidia-smi -q -d Memory
67-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
67+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
6868
- uses: ./.github/actions/setup-rust
6969
with:
7070
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -116,7 +116,7 @@ jobs:
116116
nvidia-smi
117117
nvidia-smi -L
118118
nvidia-smi -q -d Memory
119-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
119+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
120120
- uses: ./.github/actions/setup-rust
121121
with:
122122
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -141,7 +141,7 @@ jobs:
141141
nvidia-smi
142142
nvidia-smi -L
143143
nvidia-smi -q -d Memory
144-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
144+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
145145
- uses: ./.github/actions/setup-rust
146146
with:
147147
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)