Skip to content

Commit 1ccd5fb

Browse files
chore: (deps): bump the actions group across 1 directory with 7 updates
Bumps the actions group with 7 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/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [actions/github-script](https://github.com/actions/github-script) | `7` | `8` | | [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) | `5` | `6` | 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/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) 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) --- 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/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major 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: amannn/action-semantic-pull-request dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9319573 commit 1ccd5fb

File tree

9 files changed

+42
-42
lines changed

9 files changed

+42
-42
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141

4242
steps:
43-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4444
with:
4545
fetch-depth: 0
4646
persist-credentials: false

.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: 6 additions & 6 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
@@ -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
@@ -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
@@ -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
@@ -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

.github/workflows/go_test.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ jobs:
9191
# https://github.com/actions/runner-images/issues/2840
9292
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
9393
94-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
94+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
9595
if: github.event_name != 'workflow_dispatch'
9696
with:
9797
fetch-depth: 0
9898
persist-credentials: false
9999

100100
- name: "checkout remote"
101-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
101+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
102102
if: github.event_name == 'workflow_dispatch'
103103
with:
104104
repository: ${{ inputs.repository }}
@@ -201,14 +201,14 @@ jobs:
201201
# https://github.com/actions/runner-images/issues/2840
202202
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
203203
204-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
204+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
205205
if: github.event_name != 'workflow_dispatch'
206206
with:
207207
fetch-depth: 0
208208
persist-credentials: false
209209

210210
- name: "checkout remote"
211-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
211+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
212212
if: github.event_name == 'workflow_dispatch'
213213
with:
214214
repository: ${{ inputs.repository }}
@@ -330,14 +330,14 @@ jobs:
330330
packages: read
331331

332332
steps:
333-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
333+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
334334
if: github.event_name != 'workflow_dispatch'
335335
with:
336336
fetch-depth: 0
337337
persist-credentials: false
338338

339339
- name: "checkout remote"
340-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
340+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
341341
if: github.event_name == 'workflow_dispatch'
342342
with:
343343
repository: ${{ inputs.repository }}
@@ -393,14 +393,14 @@ jobs:
393393
contents: read
394394

395395
steps:
396-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
396+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
397397
if: github.event_name != 'workflow_dispatch'
398398
with:
399399
fetch-depth: 0
400400
persist-credentials: false
401401

402402
- name: "checkout remote"
403-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
403+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
404404
if: github.event_name == 'workflow_dispatch'
405405
with:
406406
repository: ${{ inputs.repository }}
@@ -499,13 +499,13 @@ jobs:
499499
echo "Installing ${driver_pkg}"
500500
./dbc install --no-verify "${driver_pkg}"
501501
echo "Installed ${driver_pkg}"
502-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
502+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
503503
if: github.event_name != 'workflow_dispatch'
504504
with:
505505
fetch-depth: 1
506506
persist-credentials: false
507507
- name: "checkout remote"
508-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
508+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
509509
if: github.event_name == 'workflow_dispatch'
510510
with:
511511
repository: ${{ inputs.repository }}
@@ -536,14 +536,14 @@ jobs:
536536
contents: read
537537

538538
steps:
539-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
539+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
540540
if: github.event_name != 'workflow_dispatch'
541541
with:
542542
fetch-depth: 0
543543
persist-credentials: false
544544

545545
- name: "checkout remote"
546-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
546+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
547547
if: github.event_name == 'workflow_dispatch'
548548
with:
549549
repository: ${{ inputs.repository }}

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Validate PR title follows Conventional Commits
37-
uses: amannn/action-semantic-pull-request@v5
37+
uses: amannn/action-semantic-pull-request@v6
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Check PR description has issue reference
73-
uses: actions/github-script@v7
73+
uses: actions/github-script@v8
7474
with:
7575
script: |
7676
const pr = context.payload.pull_request;

.github/workflows/proxy-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,20 @@ jobs:
5353
timeout-minutes: 20
5454
steps:
5555
- name: Checkout repository
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v6
5757
with:
5858
ref: ${{ github.event.pull_request.head.sha || github.sha }}
5959
fetch-depth: 0
6060
submodules: recursive
6161
persist-credentials: false
6262

6363
- name: Setup .NET 8.0
64-
uses: actions/setup-dotnet@v4
64+
uses: actions/setup-dotnet@v5
6565
with:
6666
dotnet-version: '8.0.x'
6767

6868
- name: Setup Python
69-
uses: actions/setup-python@v5
69+
uses: actions/setup-python@v6
7070
with:
7171
python-version: '3.11'
7272

0 commit comments

Comments
 (0)