Skip to content

Commit 42debe7

Browse files
chore: (deps): bump the actions group across 1 directory with 11 updates
Bumps the actions group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/setup-dotnet](https://github.com/actions/setup-dotnet) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `7` | | [actions/cache](https://github.com/actions/cache) | `5.0.2` | `5.0.3` | | [actions/github-script](https://github.com/actions/github-script) | `7` | `8` | | [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) | `0.9.3` | `0.9.4` | | [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) | `5` | `6` | | [getsentry/codecov-action](https://github.com/getsentry/codecov-action) | `bee8d919178e87c35ada22280d7da8b77dda2cbb` | `3fc8c4e3133fdb0781fcf208dd514cbc7ed66f83` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `1` | `2` | | [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) | `3` | `4` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v6) Updates `actions/setup-dotnet` from 4 to 5 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) Updates `actions/download-artifact` from 4 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) Updates `actions/cache` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@8b402f5...cdf6c1f) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) Updates `prefix-dev/setup-pixi` from 0.9.3 to 0.9.4 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.3...a0af7a2) Updates `amannn/action-semantic-pull-request` from 5 to 6 - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](amannn/action-semantic-pull-request@v5...v6) Updates `getsentry/codecov-action` from bee8d919178e87c35ada22280d7da8b77dda2cbb to 3fc8c4e3133fdb0781fcf208dd514cbc7ed66f83 - [Release notes](https://github.com/getsentry/codecov-action/releases) - [Commits](getsentry/codecov-action@bee8d91...3fc8c4e) Updates `actions/create-github-app-token` from 1 to 2 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) Updates `peter-evans/repository-dispatch` from 3 to 4 - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](peter-evans/repository-dispatch@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: amannn/action-semantic-pull-request dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: getsentry/codecov-action dependency-version: 3fc8c4e3133fdb0781fcf208dd514cbc7ed66f83 dependency-type: direct:production dependency-group: actions - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peter-evans/repository-dispatch dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3fdc9f1 commit 42debe7

File tree

11 files changed

+116
-116
lines changed

11 files changed

+116
-116
lines changed

.github/workflows/benchmarks.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
is_multi_query: ${{ steps.set-queries.outputs.is_multi_query }}
5959
steps:
6060
- name: Checkout repository
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v6
6262

6363
- name: Determine queries to run
6464
id: set-queries
@@ -131,12 +131,12 @@ jobs:
131131
DATABRICKS_CLIENT_SECRET: ${{ secrets.DATABRICKS_TEST_CLIENT_SECRET }}
132132
steps:
133133
- name: Checkout repository
134-
uses: actions/checkout@v4
134+
uses: actions/checkout@v6
135135
with:
136136
submodules: recursive
137137

138138
- name: Set up .NET
139-
uses: actions/setup-dotnet@v4
139+
uses: actions/setup-dotnet@v5
140140
with:
141141
dotnet-version: '8.0.x'
142142

@@ -194,7 +194,7 @@ jobs:
194194
}
195195
196196
- name: Upload all benchmark results
197-
uses: actions/upload-artifact@v4
197+
uses: actions/upload-artifact@v6
198198
with:
199199
name: benchmark-results-net472
200200
path: benchmark-results/
@@ -234,12 +234,12 @@ jobs:
234234
DATABRICKS_CLIENT_SECRET: ${{ secrets.DATABRICKS_TEST_CLIENT_SECRET }}
235235
steps:
236236
- name: Checkout repository
237-
uses: actions/checkout@v4
237+
uses: actions/checkout@v6
238238
with:
239239
submodules: recursive
240240

241241
- name: Set up .NET
242-
uses: actions/setup-dotnet@v4
242+
uses: actions/setup-dotnet@v5
243243
with:
244244
dotnet-version: '8.0.x'
245245

@@ -290,7 +290,7 @@ jobs:
290290
fi
291291
292292
- name: Upload all benchmark results
293-
uses: actions/upload-artifact@v4
293+
uses: actions/upload-artifact@v6
294294
with:
295295
name: benchmark-results-net8
296296
path: benchmark-results/
@@ -319,16 +319,16 @@ jobs:
319319
runs-on: ubuntu-latest
320320
steps:
321321
- name: Checkout repository
322-
uses: actions/checkout@v4
322+
uses: actions/checkout@v6
323323

324324
- name: Download .NET 8.0 results
325-
uses: actions/download-artifact@v4
325+
uses: actions/download-artifact@v7
326326
with:
327327
name: benchmark-results-net8
328328
path: results-net8
329329

330330
- name: Download .NET Framework 4.7.2 results
331-
uses: actions/download-artifact@v4
331+
uses: actions/download-artifact@v7
332332
with:
333333
name: benchmark-results-net472
334334
path: results-net472
@@ -575,16 +575,16 @@ jobs:
575575
runs-on: ubuntu-latest
576576
steps:
577577
- name: Checkout repository
578-
uses: actions/checkout@v4
578+
uses: actions/checkout@v6
579579

580580
- name: Download .NET 8.0 results
581-
uses: actions/download-artifact@v4
581+
uses: actions/download-artifact@v7
582582
with:
583583
name: benchmark-results-net8
584584
path: results-net8
585585

586586
- name: Download .NET Framework 4.7.2 results
587-
uses: actions/download-artifact@v4
587+
uses: actions/download-artifact@v7
588588
with:
589589
name: benchmark-results-net472
590590
path: results-net472

.github/workflows/csharp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ jobs:
6262
- '8.0.x'
6363
steps:
6464
- name: Checkout repository
65-
uses: actions/checkout@v4
65+
uses: actions/checkout@v6
6666
with:
6767
ref: ${{ github.event.pull_request.head.sha || github.sha }}
6868
fetch-depth: 0
6969
submodules: recursive
7070
persist-credentials: false
7171

7272
- name: Setup .NET ${{ matrix.dotnet }}
73-
uses: actions/setup-dotnet@v4
73+
uses: actions/setup-dotnet@v5
7474
with:
7575
dotnet-version: ${{ matrix.dotnet }}
7676

.github/workflows/dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242

4343
steps:
44-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
44+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4545
with:
4646
fetch-depth: 0
4747
persist-credentials: false
@@ -60,7 +60,7 @@ jobs:
6060
run: pip install pre-commit
6161

6262
- name: pre-commit (cache)
63-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
63+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6464
with:
6565
path: ~/.cache/pre-commit
6666
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/dev_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-slim
4444

4545
steps:
46-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4747
with:
4848
fetch-depth: 1
4949
persist-credentials: false

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
DATABRICKS_TEST_CLIENT_SECRET: ${{ secrets.DATABRICKS_TEST_CLIENT_SECRET }}
4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v6
5050
with:
5151
submodules: recursive
5252

5353
- name: Set up .NET
54-
uses: actions/setup-dotnet@v4
54+
uses: actions/setup-dotnet@v5
5555
with:
5656
dotnet-version: '8.0.x'
5757

.github/workflows/go_release.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# https://github.com/actions/runner-images/issues/2840
6363
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
6464
65-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
65+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
6666
with:
6767
fetch-depth: 0
6868
persist-credentials: false
@@ -73,7 +73,7 @@ jobs:
7373
check-latest: true
7474
go-version-file: go/go.mod
7575

76-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
76+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
7777
with:
7878
pixi-version: v0.63.2
7979
run-install: false
@@ -162,7 +162,7 @@ jobs:
162162
# https://github.com/actions/runner-images/issues/2840
163163
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
164164
165-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
165+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
166166
with:
167167
fetch-depth: 0
168168
persist-credentials: false
@@ -173,7 +173,7 @@ jobs:
173173
check-latest: true
174174
go-version-file: go/go.mod
175175

176-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
176+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
177177
with:
178178
pixi-version: v0.63.2
179179
run-install: false
@@ -246,7 +246,7 @@ jobs:
246246
./ci/scripts/post-test.sh
247247
fi
248248
249-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
249+
- uses: actions/upload-artifact@47309c993abb98030a35d55ef7ff34b7fa1074b5 # v6.0.0
250250
with:
251251
name: validation-report
252252
path: "go/validation-report.xml"
@@ -257,7 +257,7 @@ jobs:
257257
run: |
258258
pixi run gendocs --output generated
259259
260-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
260+
- uses: actions/upload-artifact@47309c993abb98030a35d55ef7ff34b7fa1074b5 # v6.0.0
261261
with:
262262
name: docs
263263
path: "go/generated/databricks.md"
@@ -281,7 +281,7 @@ jobs:
281281
packages: read
282282

283283
steps:
284-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
284+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
285285
with:
286286
fetch-depth: 0
287287
persist-credentials: false
@@ -292,7 +292,7 @@ jobs:
292292
check-latest: true
293293
go-version-file: go/go.mod
294294

295-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
295+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
296296
with:
297297
pixi-version: v0.63.2
298298
run-install: false
@@ -320,7 +320,7 @@ jobs:
320320
set +a
321321
pixi run adbc-make check CI=true VERBOSE=true DRIVER=databricks IMPL_LANG=go
322322
323-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
323+
- uses: actions/upload-artifact@47309c993abb98030a35d55ef7ff34b7fa1074b5 # v6.0.0
324324
with:
325325
name: drivers-${{ matrix.platform }}-${{ matrix.arch }}
326326
path: "go/build/libadbc_driver_databricks.*"
@@ -334,7 +334,7 @@ jobs:
334334
contents: read
335335

336336
steps:
337-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
337+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
338338
with:
339339
fetch-depth: 0
340340
persist-credentials: false
@@ -344,12 +344,12 @@ jobs:
344344
check-latest: true
345345
go-version: "stable"
346346

347-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
347+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
348348
with:
349349
pixi-version: v0.63.2
350350
run-install: false
351351

352-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
352+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v7.0.0
353353
with:
354354
pattern: "drivers-*"
355355
path: "~/drivers"
@@ -385,7 +385,7 @@ jobs:
385385
386386
ls ~/packages
387387
388-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
388+
- uses: actions/upload-artifact@47309c993abb98030a35d55ef7ff34b7fa1074b5 # v6.0.0
389389
with:
390390
name: all-packages
391391
path: ~/packages
@@ -409,11 +409,11 @@ jobs:
409409
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
410410
with:
411411
go-version: 'stable'
412-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
412+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
413413
with:
414414
pixi-version: v0.63.2
415415
run-install: false
416-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
416+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v7.0.0
417417
with:
418418
name: "all-packages"
419419
path: "~/packages"
@@ -430,7 +430,7 @@ jobs:
430430
echo "Installing ${driver_pkg}"
431431
./dbc install --no-verify "${driver_pkg}"
432432
echo "Installed ${driver_pkg}"
433-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
433+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
434434
with:
435435
fetch-depth: 1
436436
persist-credentials: false
@@ -458,7 +458,7 @@ jobs:
458458
contents: write
459459

460460
steps:
461-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
461+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
462462
with:
463463
fetch-depth: 0
464464
persist-credentials: false
@@ -468,17 +468,17 @@ jobs:
468468
check-latest: true
469469
go-version: "stable"
470470

471-
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
471+
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
472472
with:
473473
pixi-version: v0.63.2
474474
run-install: false
475475

476-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
476+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v7.0.0
477477
with:
478478
name: "all-packages"
479479
path: "~/packages"
480480

481-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
481+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v7.0.0
482482
with:
483483
name: "docs"
484484
path: "~/packages"

0 commit comments

Comments
 (0)