Skip to content

Commit cf06bc9

Browse files
dependabot[bot]mergify[bot]TimPansino
authored
Bump the github_actions group with 3 updates (#1446)
* Bump the github_actions group with 3 updates Bumps the github_actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/download-artifact](https://github.com/actions/download-artifact) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) Updates `github/codeql-action` from 3.29.7 to 3.29.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@51f7732...76621b6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions - dependency-name: github/codeql-action dependency-version: 3.29.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]> * Update .github/workflows/trivy.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Timothy Pansino <[email protected]>
1 parent 2c80b9f commit cf06bc9

File tree

6 files changed

+32
-32
lines changed

6 files changed

+32
-32
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@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
42+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
4343

4444
- name: Fetch git tags
4545
run: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
packages: write
3434

3535
steps:
36-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
36+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
3737
with:
3838
persist-credentials: false
3939
fetch-depth: 0

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- cp37-musllinux
3434

3535
steps:
36-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
36+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
3737
with:
3838
persist-credentials: false
3939
fetch-depth: 0
@@ -79,7 +79,7 @@ jobs:
7979
- cp313-musllinux
8080

8181
steps:
82-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
82+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
8383
with:
8484
persist-credentials: false
8585
fetch-depth: 0
@@ -108,7 +108,7 @@ jobs:
108108
build-sdist:
109109
runs-on: ubuntu-24.04
110110
steps:
111-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
111+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
112112
with:
113113
persist-credentials: false
114114
fetch-depth: 0
@@ -156,7 +156,7 @@ jobs:
156156
- build-sdist
157157

158158
steps:
159-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3.0
159+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0.0
160160
with:
161161
path: ./dist/
162162
merge-multiple: true

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
# Git Checkout
5050
- name: Checkout Code
51-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
51+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
5252
with:
5353
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
5454

.github/workflows/tests.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ jobs:
8181
- tests
8282

8383
steps:
84-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
84+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
8585
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
8686
with:
8787
python-version: "3.10"
8888
architecture: x64
8989

9090
- name: Download Coverage Artifacts
91-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3.0
91+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0.0
9292
with:
9393
path: ./
9494

@@ -145,7 +145,7 @@ jobs:
145145
--add-host=host.docker.internal:host-gateway
146146
timeout-minutes: 30
147147
steps:
148-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
148+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
149149

150150
- name: Fetch git tags
151151
run: |
@@ -196,7 +196,7 @@ jobs:
196196
--add-host=host.docker.internal:host-gateway
197197
timeout-minutes: 30
198198
steps:
199-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
199+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
200200

201201
- name: Fetch git tags
202202
run: |
@@ -261,7 +261,7 @@ jobs:
261261
--health-retries 5
262262
263263
steps:
264-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
264+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
265265

266266
- name: Fetch git tags
267267
run: |
@@ -327,7 +327,7 @@ jobs:
327327
--health-retries 5
328328
329329
steps:
330-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
330+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
331331

332332
- name: Fetch git tags
333333
run: |
@@ -393,7 +393,7 @@ jobs:
393393
--health-retries 5
394394
395395
steps:
396-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
396+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
397397

398398
- name: Fetch git tags
399399
run: |
@@ -462,7 +462,7 @@ jobs:
462462
--health-retries 5
463463
464464
steps:
465-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
465+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
466466

467467
- name: Fetch git tags
468468
run: |
@@ -531,7 +531,7 @@ jobs:
531531
--health-retries 5
532532
533533
steps:
534-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
534+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
535535

536536
- name: Fetch git tags
537537
run: |
@@ -636,7 +636,7 @@ jobs:
636636
--add-host=host.docker.internal:host-gateway
637637
638638
steps:
639-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
639+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
640640

641641
- name: Fetch git tags
642642
run: |
@@ -700,7 +700,7 @@ jobs:
700700
--health-retries 5
701701
702702
steps:
703-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
703+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
704704

705705
- name: Fetch git tags
706706
run: |
@@ -766,7 +766,7 @@ jobs:
766766
--health-retries 5
767767
768768
steps:
769-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
769+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
770770

771771
- name: Fetch git tags
772772
run: |
@@ -833,7 +833,7 @@ jobs:
833833
--health-retries 5
834834
835835
steps:
836-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
836+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
837837

838838
- name: Fetch git tags
839839
run: |
@@ -897,7 +897,7 @@ jobs:
897897
--health-retries 5
898898
899899
steps:
900-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
900+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
901901

902902
- name: Fetch git tags
903903
run: |
@@ -962,7 +962,7 @@ jobs:
962962
--health-retries 5
963963
964964
steps:
965-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
965+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
966966

967967
- name: Fetch git tags
968968
run: |
@@ -1038,7 +1038,7 @@ jobs:
10381038
KAFKA_CFG_INTER_BROKER_LISTENER_NAME: L3
10391039

10401040
steps:
1041-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
1041+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
10421042

10431043
- name: Fetch git tags
10441044
run: |
@@ -1102,7 +1102,7 @@ jobs:
11021102
--health-retries 5
11031103
11041104
steps:
1105-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
1105+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
11061106

11071107
- name: Fetch git tags
11081108
run: |
@@ -1166,7 +1166,7 @@ jobs:
11661166
--health-retries 5
11671167
11681168
steps:
1169-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
1169+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
11701170

11711171
- name: Fetch git tags
11721172
run: |
@@ -1235,7 +1235,7 @@ jobs:
12351235
--health-retries 10
12361236
12371237
steps:
1238-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
1238+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
12391239

12401240
- name: Fetch git tags
12411241
run: |
@@ -1301,7 +1301,7 @@ jobs:
13011301
--health-retries 5
13021302
13031303
steps:
1304-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
1304+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
13051305

13061306
- name: Fetch git tags
13071307
run: |
@@ -1368,7 +1368,7 @@ jobs:
13681368
--health-retries 5
13691369
13701370
steps:
1371-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
1371+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
13721372

13731373
- name: Fetch git tags
13741374
run: |
@@ -1439,7 +1439,7 @@ jobs:
14391439
# from every being executed as bash commands.
14401440

14411441
steps:
1442-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
1442+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
14431443

14441444
- name: Fetch git tags
14451445
run: |
@@ -1503,7 +1503,7 @@ jobs:
15031503
--health-retries 5
15041504
15051505
steps:
1506-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
1506+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
15071507

15081508
- name: Fetch git tags
15091509
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@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
35+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # 3.29.5
64+
uses: github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # 3.29.9
6565
with:
6666
sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)