Skip to content

Commit c88814a

Browse files
Bump the github_actions group across 1 directory with 7 updates (#1657)
Bumps the github_actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `6.0.2` | | [actions/setup-python](https://github.com/actions/setup-python) | `6.1.0` | `6.2.0` | | [docker/login-action](https://github.com/docker/login-action) | `3.6.0` | `3.7.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.18.0` | `6.19.1` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `3.1.0` | `3.2.0` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.2.0` | `7.3.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.31.10` | `4.32.2` | Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) Updates `actions/setup-python` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@83679a8...a309ff8) Updates `docker/login-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...c94ce9f) Updates `docker/build-push-action` from 6.18.0 to 6.19.1 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@2634353...601a80b) Updates `actions/attest-build-provenance` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@00014ed...96278af) Updates `astral-sh/setup-uv` from 7.2.0 to 7.3.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@61cb8a9...eac588a) Updates `github/codeql-action` from 4.31.10 to 4.32.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cdefb33...45cbd0c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github_actions - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions - dependency-name: docker/build-push-action dependency-version: 6.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions - dependency-name: actions/attest-build-provenance dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions - dependency-name: astral-sh/setup-uv dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions - dependency-name: github/codeql-action dependency-version: 4.32.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6cfc602 commit c88814a

File tree

7 files changed

+45
-45
lines changed

7 files changed

+45
-45
lines changed

.github/workflows/addlicense.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
permissions:
4040
contents: read
4141
steps:
42-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
42+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
4343

4444
- name: Fetch git tags
4545
run: |

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
BASE_SHA: ${{ github.event.pull_request.base.sha }}
4040

4141
steps:
42-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
42+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
4343
with:
4444
fetch-depth: 0
4545

46-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1.0
46+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2.0
4747
with:
4848
python-version: "${{ matrix.python }}"
4949

.github/workflows/build-ci-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
name: Docker Build ${{ matrix.platform }}
4444

4545
steps:
46-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
46+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
4747
with:
4848
persist-credentials: false
4949
fetch-depth: 0
@@ -75,15 +75,15 @@ jobs:
7575
7676
- name: Login to GitHub Container Registry
7777
if: github.event_name != 'pull_request'
78-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 3.6.0
78+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # 3.7.0
7979
with:
8080
registry: ghcr.io
8181
username: ${{ github.repository_owner }}
8282
password: ${{ secrets.GITHUB_TOKEN }}
8383

8484
- name: Build and Push Image by Digest
8585
id: build
86-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # 6.18.0
86+
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # 6.19.1
8787
with:
8888
context: .github/containers
8989
platforms: ${{ matrix.platform }}
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Login to GitHub Container Registry
124124
if: github.event_name != 'pull_request'
125-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 3.6.0
125+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # 3.7.0
126126
with:
127127
registry: ghcr.io
128128
username: ${{ github.repository_owner }}

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ${{ matrix.os }}
7070

7171
steps:
72-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
72+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
7373
with:
7474
persist-credentials: false
7575
fetch-depth: 0
@@ -109,12 +109,12 @@ jobs:
109109
runs-on: ubuntu-24.04
110110

111111
steps:
112-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
112+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
113113
with:
114114
persist-credentials: false
115115
fetch-depth: 0
116116

117-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1.0
117+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2.0
118118
with:
119119
python-version: "3.13"
120120

@@ -196,7 +196,7 @@ jobs:
196196
repository-url: https://test.pypi.org/legacy/
197197

198198
- name: Attest
199-
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # 3.1.0
199+
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # 3.2.0
200200
id: attest
201201
with:
202202
subject-path: |

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
# Git Checkout
4747
- name: Checkout Code
48-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
48+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
4949
with:
5050
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
5151
fetch-depth: 0 # Required for pushing commits to PRs

.github/workflows/tests.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ jobs:
9393
- tests
9494

9595
steps:
96-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
97-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1.0
96+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
97+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2.0
9898
with:
9999
python-version: "3.13"
100100
architecture: x64
@@ -127,8 +127,8 @@ jobs:
127127
- tests
128128

129129
steps:
130-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
131-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # 6.1.0
130+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
131+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 6.2.0
132132
with:
133133
python-version: "3.13"
134134
architecture: x64
@@ -166,7 +166,7 @@ jobs:
166166
--add-host=host.docker.internal:host-gateway
167167
timeout-minutes: 30
168168
steps:
169-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
169+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
170170

171171
- name: Fetch git tags
172172
run: |
@@ -231,7 +231,7 @@ jobs:
231231
--add-host=host.docker.internal:host-gateway
232232
timeout-minutes: 30
233233
steps:
234-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
234+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
235235

236236
- name: Fetch git tags
237237
run: |
@@ -294,14 +294,14 @@ jobs:
294294
runs-on: windows-2025
295295
timeout-minutes: 30
296296
steps:
297-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
297+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
298298

299299
- name: Fetch git tags
300300
run: |
301301
git fetch --tags origin
302302
303303
- name: Install uv
304-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
304+
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # 7.3.0
305305

306306
- name: Install Python
307307
run: |
@@ -363,14 +363,14 @@ jobs:
363363
runs-on: windows-11-arm
364364
timeout-minutes: 30
365365
steps:
366-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
366+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
367367

368368
- name: Fetch git tags
369369
run: |
370370
git fetch --tags origin
371371
372372
- name: Install uv
373-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 7.2.0
373+
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # 7.3.0
374374

375375
- name: Install Python
376376
run: |
@@ -443,7 +443,7 @@ jobs:
443443
--add-host=host.docker.internal:host-gateway
444444
timeout-minutes: 30
445445
steps:
446-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
446+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
447447

448448
- name: Fetch git tags
449449
run: |
@@ -526,7 +526,7 @@ jobs:
526526
--health-retries 10
527527
528528
steps:
529-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
529+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
530530

531531
- name: Fetch git tags
532532
run: |
@@ -606,7 +606,7 @@ jobs:
606606
--health-retries 5
607607
608608
steps:
609-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
609+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
610610

611611
- name: Fetch git tags
612612
run: |
@@ -687,7 +687,7 @@ jobs:
687687
--health-retries 5
688688
689689
steps:
690-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
690+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
691691

692692
- name: Fetch git tags
693693
run: |
@@ -772,7 +772,7 @@ jobs:
772772
# from every being executed as bash commands.
773773

774774
steps:
775-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
775+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
776776

777777
- name: Fetch git tags
778778
run: |
@@ -837,7 +837,7 @@ jobs:
837837
--add-host=host.docker.internal:host-gateway
838838
timeout-minutes: 30
839839
steps:
840-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
840+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
841841

842842
- name: Fetch git tags
843843
run: |
@@ -927,7 +927,7 @@ jobs:
927927
KAFKA_CFG_INTER_BROKER_LISTENER_NAME: L3
928928

929929
steps:
930-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
930+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
931931

932932
- name: Fetch git tags
933933
run: |
@@ -1005,7 +1005,7 @@ jobs:
10051005
--health-retries 5
10061006
10071007
steps:
1008-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
1008+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
10091009

10101010
- name: Fetch git tags
10111011
run: |
@@ -1083,7 +1083,7 @@ jobs:
10831083
--health-retries 5
10841084
10851085
steps:
1086-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
1086+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
10871087

10881088
- name: Fetch git tags
10891089
run: |
@@ -1161,7 +1161,7 @@ jobs:
11611161
--health-retries 5
11621162
11631163
steps:
1164-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
1164+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
11651165

11661166
- name: Fetch git tags
11671167
run: |
@@ -1244,7 +1244,7 @@ jobs:
12441244
--health-retries 5
12451245
12461246
steps:
1247-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
1247+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
12481248

12491249
- name: Fetch git tags
12501250
run: |
@@ -1327,7 +1327,7 @@ jobs:
13271327
--health-retries 5
13281328
13291329
steps:
1330-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
1330+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
13311331

13321332
- name: Fetch git tags
13331333
run: |
@@ -1406,7 +1406,7 @@ jobs:
14061406
--health-retries 5
14071407
14081408
steps:
1409-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
1409+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
14101410

14111411
- name: Fetch git tags
14121412
run: |
@@ -1487,7 +1487,7 @@ jobs:
14871487
--health-retries 5
14881488
14891489
steps:
1490-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
1490+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
14911491

14921492
- name: Fetch git tags
14931493
run: |
@@ -1567,7 +1567,7 @@ jobs:
15671567
--health-retries 5
15681568
15691569
steps:
1570-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
1570+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
15711571

15721572
- name: Fetch git tags
15731573
run: |
@@ -1647,7 +1647,7 @@ jobs:
16471647
--health-retries 5
16481648
16491649
steps:
1650-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
1650+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
16511651

16521652
- name: Fetch git tags
16531653
run: |
@@ -1726,7 +1726,7 @@ jobs:
17261726
--health-retries 5
17271727
17281728
steps:
1729-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
1729+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
17301730

17311731
- name: Fetch git tags
17321732
run: |
@@ -1804,7 +1804,7 @@ jobs:
18041804
--health-retries 5
18051805
18061806
steps:
1807-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
1807+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
18081808

18091809
- name: Fetch git tags
18101810
run: |
@@ -1923,7 +1923,7 @@ jobs:
19231923
--add-host=host.docker.internal:host-gateway
19241924
19251925
steps:
1926-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
1926+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
19271927

19281928
- name: Fetch git tags
19291929
run: |
@@ -2003,7 +2003,7 @@ jobs:
20032003
--health-retries 5
20042004
20052005
steps:
2006-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2006+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
20072007

20082008
- name: Fetch git tags
20092009
run: |
@@ -2081,7 +2081,7 @@ jobs:
20812081
--health-retries 5
20822082
20832083
steps:
2084-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
2084+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
20852085

20862086
- name: Fetch git tags
20872087
run: |

.github/workflows/trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
# Git Checkout
3434
- name: Checkout Code
35-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 6.0.1
35+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
3636
with:
3737
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
3838
fetch-depth: 0
@@ -61,6 +61,6 @@ jobs:
6161

6262
- name: Upload Trivy scan results to GitHub Security tab
6363
if: ${{ github.event_name == 'schedule' }}
64-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # 4.31.10
64+
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # 4.32.2
6565
with:
6666
sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)