Skip to content

Commit 9ba9c5b

Browse files
build(deps): bump the dependencies group across 1 directory with 5 updates
Updates the requirements on [actions/checkout](https://github.com/actions/checkout), [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed), [github/codeql-action](https://github.com/github/codeql-action), [actions/github-script](https://github.com/actions/github-script) and [actions/download-artifact](https://github.com/actions/download-artifact) to permit the latest version. Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6) Updates `envoyproxy/toolshed` to 0.3.35 - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/commits/actions-v0.3.35) Updates `github/codeql-action` from 4.31.8 to 4.31.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@1b168cd...5d4e8d1) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) Updates `actions/download-artifact` from 4 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: envoyproxy/toolshed dependency-version: 0.3.35 dependency-type: direct:production dependency-group: dependencies - dependency-name: github/codeql-action dependency-version: 4.31.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0081450 commit 9ba9c5b

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
outputs:
2020
run: ${{ steps.filter.outputs.run }}
2121
steps:
22-
- uses: envoyproxy/toolshed/gh-actions/github/should-run@c04bdf5c854da00a30144f3597967e73ca376f38
22+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@008145017d47dab9aa9e6a9e3b758c90561d4f53
2323
id: filter
2424
with:
2525
config: |

.github/workflows/bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
outputs:
2424
run: ${{ steps.filter.outputs.run }}
2525
steps:
26-
- uses: envoyproxy/toolshed/gh-actions/github/should-run@c04bdf5c854da00a30144f3597967e73ca376f38
26+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@008145017d47dab9aa9e6a9e3b758c90561d4f53
2727
id: filter
2828
with:
2929
config: |

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4343

4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
45+
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
4646
with:
4747
languages: ${{ matrix.language }}
4848
config-file: ./.github/codeql/codeql-config.yml
4949

5050
- name: Autobuild
51-
uses: github/codeql-action/autobuild@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
51+
uses: github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
54+
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
5555
with:
5656
category: "/language:${{matrix.language}}"

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sudo rm -rf /usr/local/lib/android &
2222
sudo rm -rf /usr/share/dotnet &
2323
- name: Checkout code
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
- name: Install deps
2626
shell: bash
2727
run: |

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1515
steps:
1616
- name: Check Status of All Workflows
17-
uses: actions/github-script@v7
17+
uses: actions/github-script@v8
1818
id: check_all
1919
with:
2020
script: |
@@ -52,14 +52,14 @@ jobs:
5252
5353
- name: Download Artifacts (Bazel CI)
5454
if: ${{ steps.check_all.outputs.result != '"STOP"' }}
55-
uses: actions/download-artifact@v4
55+
uses: actions/download-artifact@v7
5656
with:
5757
run-id: ${{ fromJson(steps.check_all.outputs.result)['Bazel CI'] }}
5858
github-token: ${{ secrets.GITHUB_TOKEN }}
5959
path: ./artifacts/bazel
6060
- name: Download Artifacts (Rust CI)
6161
if: ${{ steps.check_all.outputs.result != '"STOP"' }}
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v7
6363
with:
6464
run-id: ${{ fromJson(steps.check_all.outputs.result)['Rust CI'] }}
6565
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
outputs:
2626
run: ${{ steps.filter.outputs.run }}
2727
steps:
28-
- uses: envoyproxy/toolshed/gh-actions/github/should-run@c04bdf5c854da00a30144f3597967e73ca376f38
28+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@008145017d47dab9aa9e6a9e3b758c90561d4f53
2929
id: filter
3030
with:
3131
config: |

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
outputs:
2626
run: ${{ steps.filter.outputs.run }}
2727
steps:
28-
- uses: envoyproxy/toolshed/gh-actions/github/should-run@c04bdf5c854da00a30144f3597967e73ca376f38
28+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@008145017d47dab9aa9e6a9e3b758c90561d4f53
2929
id: filter
3030
with:
3131
config: |

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
retention-days: 5
4545

4646
- name: "Upload to code-scanning"
47-
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
47+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
4848
with:
4949
sarif_file: results.sarif

.github/workflows/sh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
outputs:
2121
run: ${{ steps.filter.outputs.run }}
2222
steps:
23-
- uses: envoyproxy/toolshed/gh-actions/github/should-run@c04bdf5c854da00a30144f3597967e73ca376f38
23+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@008145017d47dab9aa9e6a9e3b758c90561d4f53
2424
id: filter
2525
with:
2626
config: |

0 commit comments

Comments
 (0)