Skip to content

Commit 368bc11

Browse files
authored
actions: Bump versions (#3256)
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent c790901 commit 368bc11

File tree

48 files changed

+143
-143
lines changed

Some content is hidden

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

48 files changed

+143
-143
lines changed

.github/workflows/_bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
inputs.action == 'build'
6565
&& inputs.artifacts
6666
&& inputs.upload
67-
uses: envoyproxy/toolshed/gh-actions/jq@8291d6f542f1e1c7902bdbea63b80f76bd7f754b
67+
uses: envoyproxy/toolshed/gh-actions/jq@c7909018823296378308315861b01e1849b45067
6868
with:
6969
input: ${{ inputs.artifacts }}
7070
input-format: text

.github/workflows/_publish_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
name: release (${{ inputs.name }})
6565
runs-on: ubuntu-24.04
6666
steps:
67-
- uses: envoyproxy/toolshed/gh-actions/appauth@8291d6f542f1e1c7902bdbea63b80f76bd7f754b
67+
- uses: envoyproxy/toolshed/gh-actions/appauth@c7909018823296378308315861b01e1849b45067
6868
id: appauth
6969
name: Appauth
7070
if: >-
@@ -75,7 +75,7 @@ jobs:
7575
key: ${{ secrets.app-key }}
7676
- id: checkout
7777
name: Checkout the repository
78-
uses: envoyproxy/toolshed/gh-actions/github/checkout@8291d6f542f1e1c7902bdbea63b80f76bd7f754b
78+
uses: envoyproxy/toolshed/gh-actions/github/checkout@c7909018823296378308315861b01e1849b45067
7979
with:
8080
branch: main
8181
committer-name: ${{ inputs.committer-name }}
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Release title (eg commit message)
8989
id: title
90-
uses: envoyproxy/toolshed/gh-actions/jq@8291d6f542f1e1c7902bdbea63b80f76bd7f754b
90+
uses: envoyproxy/toolshed/gh-actions/jq@c7909018823296378308315861b01e1849b45067
9191
with:
9292
options: -sRr
9393
input: |
@@ -96,7 +96,7 @@ jobs:
9696
split("\n") | first
9797
9898
- name: Publish the release
99-
uses: envoyproxy/toolshed/gh-actions/github/release@8291d6f542f1e1c7902bdbea63b80f76bd7f754b
99+
uses: envoyproxy/toolshed/gh-actions/github/release@c7909018823296378308315861b01e1849b45067
100100
with:
101101
artifact-workflows: ${{ inputs.artifact-workflows }}
102102
artifacts: ${{ inputs.artifacts }}

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
run: ${{ steps.filter.outputs.run }}
2222
tests: ${{ steps.tests.outputs.output }}
2323
steps:
24-
- uses: envoyproxy/toolshed/gh-actions/github/should-run@8dee3c8e05a8ff5837b455f8f552708e01ae1b57
24+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@c7909018823296378308315861b01e1849b45067
2525
id: filter
2626
with:
2727
config: |
2828
paths:
2929
- 'gh-actions/**'
3030
- '.github/workflows/actions.yml'
3131
- id: tests
32-
uses: envoyproxy/toolshed/gh-actions/bson@8dee3c8e05a8ff5837b455f8f552708e01ae1b57
32+
uses: envoyproxy/toolshed/gh-actions/bson@c7909018823296378308315861b01e1849b45067
3333
with:
3434
input: |
3535
OUTPUT="$(find gh-actions -path "*/tests/*.test.yml" -type f)"
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5454
- name: Run test
55-
uses: envoyproxy/toolshed/gh-actions/test-runner@8dee3c8e05a8ff5837b455f8f552708e01ae1b57
55+
uses: envoyproxy/toolshed/gh-actions/test-runner@c7909018823296378308315861b01e1849b45067
5656
with:
5757
config: ${{ matrix.test }}
5858
name: ${{ matrix.test }}

.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/gh-actions/github/should-run@8291d6f542f1e1c7902bdbea63b80f76bd7f754b
23+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@c7909018823296378308315861b01e1849b45067
2424
id: filter
2525
with:
2626
config: |

.github/workflows/publishing.yml

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

.github/workflows/py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
outputs:
2323
run: ${{ steps.filter.outputs.run }}
2424
steps:
25-
- uses: envoyproxy/toolshed/gh-actions/github/should-run@8291d6f542f1e1c7902bdbea63b80f76bd7f754b
25+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@c7909018823296378308315861b01e1849b45067
2626
id: filter
2727
with:
2828
config: |

.github/workflows/rust.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/gh-actions/github/should-run@8291d6f542f1e1c7902bdbea63b80f76bd7f754b
24+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@c7909018823296378308315861b01e1849b45067
2525
id: filter
2626
with:
2727
config: |

.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@8291d6f542f1e1c7902bdbea63b80f76bd7f754b
23+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@c7909018823296378308315861b01e1849b45067
2424
id: filter
2525
with:
2626
config: |

gh-actions/azp/agent-cleanup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ runs:
2121

2222
- id: fetch
2323
name: Fetch AZP agents list
24-
uses: envoyproxy/toolshed/gh-actions/fetch@8291d6f542f1e1c7902bdbea63b80f76bd7f754b
24+
uses: envoyproxy/toolshed/gh-actions/fetch@c7909018823296378308315861b01e1849b45067
2525
with:
2626
url: https://dev.azure.com/${{ inputs.azp-org }}/_apis/distributedtask/pools/${{ inputs.pool-id }}/agents?api-version=7.1-preview.1
2727
args: -u ":${{ inputs.azp-token }}"
2828

2929
- name: Get dead AZP agent ids
30-
uses: envoyproxy/toolshed/gh-actions/jq@8291d6f542f1e1c7902bdbea63b80f76bd7f754b
30+
uses: envoyproxy/toolshed/gh-actions/jq@c7909018823296378308315861b01e1849b45067
3131
with:
3232
input-format: json-path
3333
input: ${{ steps.fetch.outputs.path }}

gh-actions/bind-mounts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
using: composite
2424
steps:
2525
- name: Bind mount directories
26-
uses: envoyproxy/toolshed/gh-actions/bson@8291d6f542f1e1c7902bdbea63b80f76bd7f754b
26+
uses: envoyproxy/toolshed/gh-actions/bson@c7909018823296378308315861b01e1849b45067
2727
id: mount
2828
with:
2929
input: ${{ inputs.mounts }}

0 commit comments

Comments
 (0)