Skip to content

Commit 968a2ba

Browse files
build(deps): bump the dependencies group across 44 directories with 2 updates (#4053)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2615cf commit 968a2ba

58 files changed

Lines changed: 173 additions & 173 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/_bazel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-24.04
4242
name: Bazel (${{ inputs.action }})
4343
steps:
44-
- uses: envoyproxy/toolshed/actions/bind-mounts@5ad2e9bddabad409b4afb5501d266292c9e88d40
44+
- uses: envoyproxy/toolshed/actions/bind-mounts@3c6fada5be38699cba49c9883d731ebe503d0b9d
4545
with:
4646
mounts: |
4747
- src: /mnt/workspace
@@ -73,7 +73,7 @@ jobs:
7373
inputs.action == 'build'
7474
&& inputs.bazel-path == 'bazel'
7575
&& inputs.upload
76-
uses: envoyproxy/toolshed/actions/source@5ad2e9bddabad409b4afb5501d266292c9e88d40
76+
uses: envoyproxy/toolshed/actions/source@3c6fada5be38699cba49c9883d731ebe503d0b9d
7777
with:
7878
output-name: toolshed-bazel-v{version}.tar.gz
7979
source-path: bazel/
@@ -92,7 +92,7 @@ jobs:
9292
inputs.action == 'build'
9393
&& inputs.artifacts
9494
&& inputs.upload
95-
uses: envoyproxy/toolshed/actions/jq@5ad2e9bddabad409b4afb5501d266292c9e88d40
95+
uses: envoyproxy/toolshed/actions/jq@3c6fada5be38699cba49c9883d731ebe503d0b9d
9696
with:
9797
input: ${{ inputs.artifacts }}
9898
input-format: text

.github/workflows/_bazel_registry.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
versions: ${{ steps.versions.outputs.value }}
4141
steps:
4242
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43-
- uses: envoyproxy/toolshed/actions/jq@5ad2e9bddabad409b4afb5501d266292c9e88d40
43+
- uses: envoyproxy/toolshed/actions/jq@3c6fada5be38699cba49c9883d731ebe503d0b9d
4444
id: versions
4545
with:
4646
input: ${{ inputs.modules-root }}/modules/${{ inputs.module }}/${{ inputs.metadata }}
@@ -62,12 +62,12 @@ jobs:
6262
version: ${{ fromJSON(needs.module.outputs.versions) }}
6363
steps:
6464
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
65-
- uses: envoyproxy/toolshed/actions/jq@5ad2e9bddabad409b4afb5501d266292c9e88d40
65+
- uses: envoyproxy/toolshed/actions/jq@3c6fada5be38699cba49c9883d731ebe503d0b9d
6666
with:
6767
input: ${{ inputs.modules-root }}/modules/${{ inputs.module }}/${{ matrix.version }}/${{ inputs.source }}
6868
input-format: json-path
6969
print-result: true
70-
- uses: envoyproxy/toolshed/actions/bson@5ad2e9bddabad409b4afb5501d266292c9e88d40
70+
- uses: envoyproxy/toolshed/actions/bson@3c6fada5be38699cba49c9883d731ebe503d0b9d
7171
id: source
7272
with:
7373
input: ${{ inputs.modules-root }}/modules/${{ inputs.module }}/${{ matrix.version }}/${{ inputs.source }}
@@ -84,7 +84,7 @@ jobs:
8484
split("\n")
8585
| map(select(length > 0) | split(" ") | {key: .[0], value: .[1]})
8686
| from_entries
87-
- uses: envoyproxy/toolshed/actions/bson@5ad2e9bddabad409b4afb5501d266292c9e88d40
87+
- uses: envoyproxy/toolshed/actions/bson@3c6fada5be38699cba49c9883d731ebe503d0b9d
8888
with:
8989
input: ${{ inputs.modules-root }}/modules/${{ inputs.module }}/${{ matrix.version }}/${{ inputs.source }}
9090
input-format: json-path

.github/workflows/_publish_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
name: release (${{ inputs.name }})
7474
runs-on: ubuntu-24.04
7575
steps:
76-
- uses: envoyproxy/toolshed/actions/appauth@5ad2e9bddabad409b4afb5501d266292c9e88d40
76+
- uses: envoyproxy/toolshed/actions/appauth@3c6fada5be38699cba49c9883d731ebe503d0b9d
7777
id: appauth
7878
name: Appauth
7979
if: >-
@@ -84,7 +84,7 @@ jobs:
8484
key: ${{ secrets.app-key }}
8585
- id: checkout
8686
name: Checkout the repository
87-
uses: envoyproxy/toolshed/actions/github/checkout@5ad2e9bddabad409b4afb5501d266292c9e88d40
87+
uses: envoyproxy/toolshed/actions/github/checkout@3c6fada5be38699cba49c9883d731ebe503d0b9d
8888
with:
8989
branch: main
9090
committer-name: ${{ inputs.committer-name }}
@@ -106,13 +106,13 @@ jobs:
106106
id: gpg
107107
if: >-
108108
inputs.artifacts
109-
uses: envoyproxy/toolshed/actions/gpg@5ad2e9bddabad409b4afb5501d266292c9e88d40
109+
uses: envoyproxy/toolshed/actions/gpg@3c6fada5be38699cba49c9883d731ebe503d0b9d
110110
with:
111111
gpg-key: ${{ ! inputs.dry-run && secrets.gpg-key || '' }}
112112
gpg-password: ${{ ! inputs.dry-run && secrets.gpg-password || '' }}
113113
- name: Release title (eg commit message)
114114
id: title
115-
uses: envoyproxy/toolshed/actions/jq@5ad2e9bddabad409b4afb5501d266292c9e88d40
115+
uses: envoyproxy/toolshed/actions/jq@3c6fada5be38699cba49c9883d731ebe503d0b9d
116116
with:
117117
options: -sRr
118118
input: |
@@ -121,7 +121,7 @@ jobs:
121121
split("\n") | first
122122
123123
- name: Publish the release
124-
uses: envoyproxy/toolshed/actions/github/release@5ad2e9bddabad409b4afb5501d266292c9e88d40
124+
uses: envoyproxy/toolshed/actions/github/release@3c6fada5be38699cba49c9883d731ebe503d0b9d
125125
with:
126126
artifact-workflows: ${{ inputs.artifact-workflows }}
127127
artifacts: ${{ inputs.artifacts }}

.github/workflows/_release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
name: ${{ inputs.action }}
8181
runs-on: ubuntu-24.04
8282
steps:
83-
- uses: envoyproxy/toolshed/actions/appauth@5ad2e9bddabad409b4afb5501d266292c9e88d40
83+
- uses: envoyproxy/toolshed/actions/appauth@3c6fada5be38699cba49c9883d731ebe503d0b9d
8484
id: appauth
8585
name: Appauth
8686
if: >-
@@ -90,7 +90,7 @@ jobs:
9090
key: ${{ secrets.app-key }}
9191
- id: checkout
9292
name: Checkout the repository
93-
uses: envoyproxy/toolshed/actions/github/checkout@5ad2e9bddabad409b4afb5501d266292c9e88d40
93+
uses: envoyproxy/toolshed/actions/github/checkout@3c6fada5be38699cba49c9883d731ebe503d0b9d
9494
with:
9595
branch: main
9696
committer-name: ${{ inputs.committer-name }}
@@ -99,7 +99,7 @@ jobs:
9999
token: ${{ steps.appauth.outputs.token }}
100100
- name: Get version file
101101
id: version-file
102-
uses: envoyproxy/toolshed/actions/jq@5ad2e9bddabad409b4afb5501d266292c9e88d40
102+
uses: envoyproxy/toolshed/actions/jq@3c6fada5be38699cba49c9883d731ebe503d0b9d
103103
with:
104104
input: |
105105
actions: actions/VERSION.txt
@@ -111,11 +111,11 @@ jobs:
111111
filter: .["${{ inputs.type }}"]
112112
- name: Get version info
113113
id: version
114-
uses: envoyproxy/toolshed/actions/version@5ad2e9bddabad409b4afb5501d266292c9e88d40
114+
uses: envoyproxy/toolshed/actions/version@3c6fada5be38699cba49c9883d731ebe503d0b9d
115115
with:
116116
version-file: ${{ steps.version-file.outputs.value }}
117117
- name: Update version file
118-
uses: envoyproxy/toolshed/actions/bson@5ad2e9bddabad409b4afb5501d266292c9e88d40
118+
uses: envoyproxy/toolshed/actions/bson@3c6fada5be38699cba49c9883d731ebe503d0b9d
119119
if: >-
120120
inputs.action != 'prepare'
121121
with:
@@ -148,23 +148,23 @@ jobs:
148148
149149
# BAZEL ONLY
150150
- name: Get latest bins release (for bazel)
151-
uses: envoyproxy/toolshed/actions/github/release/latest@5ad2e9bddabad409b4afb5501d266292c9e88d40
151+
uses: envoyproxy/toolshed/actions/github/release/latest@3c6fada5be38699cba49c9883d731ebe503d0b9d
152152
id: bins-version
153153
if: >-
154154
inputs.type == 'bazel'
155155
&& inputs.action != 'release-no-prepare'
156156
with:
157157
pattern: ^bins-
158158
- name: Get SHAs for latest bins release (for bazel)
159-
uses: envoyproxy/toolshed/actions/github/release/shas@5ad2e9bddabad409b4afb5501d266292c9e88d40
159+
uses: envoyproxy/toolshed/actions/github/release/shas@3c6fada5be38699cba49c9883d731ebe503d0b9d
160160
id: bins-shas
161161
if: >-
162162
inputs.type == 'bazel'
163163
&& inputs.action != 'release-no-prepare'
164164
with:
165165
tag: ${{ steps.bins-version.outputs.tag }}
166166
- name: Get current SHAs and version (for bazel)
167-
uses: envoyproxy/toolshed/actions/bson@5ad2e9bddabad409b4afb5501d266292c9e88d40
167+
uses: envoyproxy/toolshed/actions/bson@3c6fada5be38699cba49c9883d731ebe503d0b9d
168168
id: bins-deps
169169
if: >-
170170
inputs.type == 'bazel'
@@ -179,7 +179,7 @@ jobs:
179179
bash::output
180180
options: -sRr
181181
- name: Update bins shas (for bazel)
182-
uses: envoyproxy/toolshed/actions/bson@5ad2e9bddabad409b4afb5501d266292c9e88d40
182+
uses: envoyproxy/toolshed/actions/bson@3c6fada5be38699cba49c9883d731ebe503d0b9d
183183
id: bins-updates
184184
if: >-
185185
inputs.type == 'bazel'
@@ -264,7 +264,7 @@ jobs:
264264
if: >-
265265
inputs.type == 'python'
266266
&& inputs.action != 'release-no-prepare'
267-
uses: envoyproxy/toolshed/actions/bson@5ad2e9bddabad409b4afb5501d266292c9e88d40
267+
uses: envoyproxy/toolshed/actions/bson@3c6fada5be38699cba49c9883d731ebe503d0b9d
268268
with:
269269
input: |
270270
${{ inputs.python-find-versions }}
@@ -281,7 +281,7 @@ jobs:
281281
inputs.type == 'python'
282282
&& inputs.action != 'release-no-prepare'
283283
name: Update python release packages
284-
uses: envoyproxy/toolshed/actions/bson@5ad2e9bddabad409b4afb5501d266292c9e88d40
284+
uses: envoyproxy/toolshed/actions/bson@3c6fada5be38699cba49c9883d731ebe503d0b9d
285285
with:
286286
input: |
287287
args: >-
@@ -303,7 +303,7 @@ jobs:
303303
if: >-
304304
inputs.type == 'python'
305305
&& inputs.action != 'release-no-prepare'
306-
uses: envoyproxy/toolshed/actions/bson@5ad2e9bddabad409b4afb5501d266292c9e88d40
306+
uses: envoyproxy/toolshed/actions/bson@3c6fada5be38699cba49c9883d731ebe503d0b9d
307307
with:
308308
input: |
309309
${{ inputs.python-find-versions }}
@@ -349,7 +349,7 @@ jobs:
349349
echo "message=${COMMIT_MESSAGE}" >> "$GITHUB_OUTPUT"
350350
echo "changes=true" >> "$GITHUB_OUTPUT"
351351
- name: Create Pull Request
352-
uses: envoyproxy/toolshed/actions/github/pr@5ad2e9bddabad409b4afb5501d266292c9e88d40
352+
uses: envoyproxy/toolshed/actions/github/pr@3c6fada5be38699cba49c9883d731ebe503d0b9d
353353
if: fromJSON(steps.commit.outputs.changes)
354354
with:
355355
base: main

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: ${{ steps.filter.outputs.run }}
2222
tests: ${{ steps.tests.outputs.output }}
2323
steps:
24-
- uses: envoyproxy/toolshed/actions/github/should-run@5ad2e9bddabad409b4afb5501d266292c9e88d40
24+
- uses: envoyproxy/toolshed/actions/github/should-run@3c6fada5be38699cba49c9883d731ebe503d0b9d
2525
id: filter
2626
with:
2727
config: |
@@ -30,7 +30,7 @@ jobs:
3030
- 'js/**'
3131
- '.github/workflows/actions.yml'
3232
- id: tests
33-
uses: envoyproxy/toolshed/actions/bson@5ad2e9bddabad409b4afb5501d266292c9e88d40
33+
uses: envoyproxy/toolshed/actions/bson@3c6fada5be38699cba49c9883d731ebe503d0b9d
3434
with:
3535
input: |
3636
OUTPUT="$(find actions -path "*/tests/*.test.yml" -type f)"
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5555
- name: Run test
56-
uses: envoyproxy/toolshed/actions/test-runner@5ad2e9bddabad409b4afb5501d266292c9e88d40
56+
uses: envoyproxy/toolshed/actions/test-runner@3c6fada5be38699cba49c9883d731ebe503d0b9d
5757
with:
5858
config: ${{ matrix.test }}
5959
name: ${{ matrix.test }}

.github/workflows/bazel-registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: ${{ steps.filter.outputs.run }}
2222
modules: ${{ steps.modules.outputs.output }}
2323
steps:
24-
- uses: envoyproxy/toolshed/actions/github/should-run@5ad2e9bddabad409b4afb5501d266292c9e88d40
24+
- uses: envoyproxy/toolshed/actions/github/should-run@3c6fada5be38699cba49c9883d731ebe503d0b9d
2525
id: filter
2626
with:
2727
config: |
@@ -31,7 +31,7 @@ jobs:
3131
- .github/workflows/_bazel_registry.yml
3232
- .github/workflows/registry_integrity.sh
3333
- name: Find modules
34-
uses: envoyproxy/toolshed/actions/bson@5ad2e9bddabad409b4afb5501d266292c9e88d40
34+
uses: envoyproxy/toolshed/actions/bson@3c6fada5be38699cba49c9883d731ebe503d0b9d
3535
id: modules
3636
with:
3737
input: |

.github/workflows/bazel.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/actions/github/should-run@5ad2e9bddabad409b4afb5501d266292c9e88d40
23+
- uses: envoyproxy/toolshed/actions/github/should-run@3c6fada5be38699cba49c9883d731ebe503d0b9d
2424
id: filter
2525
with:
2626
config: |

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
outputs:
2222
run: ${{ steps.filter.outputs.run }}
2323
steps:
24-
- uses: envoyproxy/toolshed/actions/github/should-run@5ad2e9bddabad409b4afb5501d266292c9e88d40
24+
- uses: envoyproxy/toolshed/actions/github/should-run@3c6fada5be38699cba49c9883d731ebe503d0b9d
2525
id: filter
2626
with:
2727
config: |

.github/workflows/jq.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/actions/github/should-run@5ad2e9bddabad409b4afb5501d266292c9e88d40
23+
- uses: envoyproxy/toolshed/actions/github/should-run@3c6fada5be38699cba49c9883d731ebe503d0b9d
2424
id: filter
2525
with:
2626
config: |

.github/workflows/js.yml

Lines changed: 2 additions & 2 deletions
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/actions/github/should-run@5ad2e9bddabad409b4afb5501d266292c9e88d40
23+
- uses: envoyproxy/toolshed/actions/github/should-run@3c6fada5be38699cba49c9883d731ebe503d0b9d
2424
id: filter
2525
with:
2626
config: |
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252
- name: Use Node.js ${{ matrix.node-version }}
53-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
53+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5454
with:
5555
node-version: ${{ matrix.node-version }}
5656
# Use --legacy-peer-deps due to peer dependency conflict:

0 commit comments

Comments
 (0)