Skip to content

Commit f9b520e

Browse files
committed
.github/
1 parent acf6619 commit f9b520e

File tree

13 files changed

+31
-31
lines changed

13 files changed

+31
-31
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/actions/jq@c690d096b071d79027d784add67b9874ba96009d
67+
uses: envoyproxy/toolshed/actions/jq@acf6619e8db2e53312b566a8b4d36b35abf407c2
6868
with:
6969
input: ${{ inputs.artifacts }}
7070
input-format: text

.github/workflows/_publish_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
name: release (${{ inputs.name }})
6767
runs-on: ubuntu-24.04
6868
steps:
69-
- uses: envoyproxy/toolshed/actions/appauth@c690d096b071d79027d784add67b9874ba96009d
69+
- uses: envoyproxy/toolshed/actions/appauth@acf6619e8db2e53312b566a8b4d36b35abf407c2
7070
id: appauth
7171
name: Appauth
7272
if: >-
@@ -77,7 +77,7 @@ jobs:
7777
key: ${{ secrets.app-key }}
7878
- id: checkout
7979
name: Checkout the repository
80-
uses: envoyproxy/toolshed/actions/github/checkout@c690d096b071d79027d784add67b9874ba96009d
80+
uses: envoyproxy/toolshed/actions/github/checkout@acf6619e8db2e53312b566a8b4d36b35abf407c2
8181
with:
8282
branch: main
8383
committer-name: ${{ inputs.committer-name }}
@@ -90,21 +90,21 @@ jobs:
9090
id: gpg
9191
if: >-
9292
inputs.artifacts
93-
uses: envoyproxy/toolshed/actions/gpg@c690d096b071d79027d784add67b9874ba96009d
93+
uses: envoyproxy/toolshed/actions/gpg@acf6619e8db2e53312b566a8b4d36b35abf407c2
9494
with:
9595
gpg-key: ${{ secrets.gpg-key }}
9696
gpg-password: ${{ secrets.gpg-password }}
9797
- name: Release title (eg commit message)
9898
id: title
99-
uses: envoyproxy/toolshed/actions/jq@c690d096b071d79027d784add67b9874ba96009d
99+
uses: envoyproxy/toolshed/actions/jq@acf6619e8db2e53312b566a8b4d36b35abf407c2
100100
with:
101101
options: -sRr
102102
input: |
103103
${{ inputs.title }}
104104
filter: |
105105
split("\n") | first
106106
- name: Publish the release
107-
uses: envoyproxy/toolshed/actions/github/release@c690d096b071d79027d784add67b9874ba96009d
107+
uses: envoyproxy/toolshed/actions/github/release@acf6619e8db2e53312b566a8b4d36b35abf407c2
108108
with:
109109
artifact-workflows: ${{ inputs.artifact-workflows }}
110110
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@c690d096b071d79027d784add67b9874ba96009d
83+
- uses: envoyproxy/toolshed/actions/appauth@acf6619e8db2e53312b566a8b4d36b35abf407c2
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@c690d096b071d79027d784add67b9874ba96009d
93+
uses: envoyproxy/toolshed/actions/github/checkout@acf6619e8db2e53312b566a8b4d36b35abf407c2
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@c690d096b071d79027d784add67b9874ba96009d
102+
uses: envoyproxy/toolshed/actions/jq@acf6619e8db2e53312b566a8b4d36b35abf407c2
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@c690d096b071d79027d784add67b9874ba96009d
114+
uses: envoyproxy/toolshed/actions/version@acf6619e8db2e53312b566a8b4d36b35abf407c2
115115
with:
116116
version-file: ${{ steps.version-file.outputs.value }}
117117
- name: Update version file
118-
uses: envoyproxy/toolshed/actions/bson@c690d096b071d79027d784add67b9874ba96009d
118+
uses: envoyproxy/toolshed/actions/bson@acf6619e8db2e53312b566a8b4d36b35abf407c2
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@c690d096b071d79027d784add67b9874ba96009d
151+
uses: envoyproxy/toolshed/actions/github/release/latest@acf6619e8db2e53312b566a8b4d36b35abf407c2
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@c690d096b071d79027d784add67b9874ba96009d
159+
uses: envoyproxy/toolshed/actions/github/release/shas@acf6619e8db2e53312b566a8b4d36b35abf407c2
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@c690d096b071d79027d784add67b9874ba96009d
167+
uses: envoyproxy/toolshed/actions/bson@acf6619e8db2e53312b566a8b4d36b35abf407c2
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@c690d096b071d79027d784add67b9874ba96009d
182+
uses: envoyproxy/toolshed/actions/bson@acf6619e8db2e53312b566a8b4d36b35abf407c2
183183
id: bins-updates
184184
if: >-
185185
inputs.type == 'bazel'
@@ -253,7 +253,7 @@ jobs:
253253
if: >-
254254
inputs.type == 'python'
255255
&& inputs.action != 'release-no-prepare'
256-
uses: envoyproxy/toolshed/actions/bson@c690d096b071d79027d784add67b9874ba96009d
256+
uses: envoyproxy/toolshed/actions/bson@acf6619e8db2e53312b566a8b4d36b35abf407c2
257257
with:
258258
input: |
259259
${{ inputs.python-find-versions }}
@@ -270,7 +270,7 @@ jobs:
270270
inputs.type == 'python'
271271
&& inputs.action != 'release-no-prepare'
272272
name: Update python release packages
273-
uses: envoyproxy/toolshed/actions/bson@c690d096b071d79027d784add67b9874ba96009d
273+
uses: envoyproxy/toolshed/actions/bson@acf6619e8db2e53312b566a8b4d36b35abf407c2
274274
with:
275275
input: |
276276
args: >-
@@ -292,7 +292,7 @@ jobs:
292292
if: >-
293293
inputs.type == 'python'
294294
&& inputs.action != 'release-no-prepare'
295-
uses: envoyproxy/toolshed/actions/bson@c690d096b071d79027d784add67b9874ba96009d
295+
uses: envoyproxy/toolshed/actions/bson@acf6619e8db2e53312b566a8b4d36b35abf407c2
296296
with:
297297
input: |
298298
${{ inputs.python-find-versions }}
@@ -338,7 +338,7 @@ jobs:
338338
echo "message=${COMMIT_MESSAGE}" >> "$GITHUB_OUTPUT"
339339
echo "changes=true" >> "$GITHUB_OUTPUT"
340340
- name: Create Pull Request
341-
uses: envoyproxy/toolshed/actions/github/pr@c690d096b071d79027d784add67b9874ba96009d
341+
uses: envoyproxy/toolshed/actions/github/pr@acf6619e8db2e53312b566a8b4d36b35abf407c2
342342
if: fromJSON(steps.commit.outputs.changes)
343343
with:
344344
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@c690d096b071d79027d784add67b9874ba96009d
24+
- uses: envoyproxy/toolshed/actions/github/should-run@acf6619e8db2e53312b566a8b4d36b35abf407c2
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@c690d096b071d79027d784add67b9874ba96009d
33+
uses: envoyproxy/toolshed/actions/bson@acf6619e8db2e53312b566a8b4d36b35abf407c2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5555
- name: Run test
56-
uses: envoyproxy/toolshed/actions/test-runner@c690d096b071d79027d784add67b9874ba96009d
56+
uses: envoyproxy/toolshed/actions/test-runner@acf6619e8db2e53312b566a8b4d36b35abf407c2
5757
with:
5858
config: ${{ matrix.test }}
5959
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/actions/github/should-run@c690d096b071d79027d784add67b9874ba96009d
23+
- uses: envoyproxy/toolshed/actions/github/should-run@acf6619e8db2e53312b566a8b4d36b35abf407c2
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@c690d096b071d79027d784add67b9874ba96009d
24+
- uses: envoyproxy/toolshed/actions/github/should-run@acf6619e8db2e53312b566a8b4d36b35abf407c2
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@c690d096b071d79027d784add67b9874ba96009d
23+
- uses: envoyproxy/toolshed/actions/github/should-run@acf6619e8db2e53312b566a8b4d36b35abf407c2
2424
id: filter
2525
with:
2626
config: |

.github/workflows/js.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@c690d096b071d79027d784add67b9874ba96009d
23+
- uses: envoyproxy/toolshed/actions/github/should-run@acf6619e8db2e53312b566a8b4d36b35abf407c2
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/actions/github/should-run@c690d096b071d79027d784add67b9874ba96009d
22+
- uses: envoyproxy/toolshed/actions/github/should-run@acf6619e8db2e53312b566a8b4d36b35abf407c2
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/actions/github/should-run@c690d096b071d79027d784add67b9874ba96009d
25+
- uses: envoyproxy/toolshed/actions/github/should-run@acf6619e8db2e53312b566a8b4d36b35abf407c2
2626
id: filter
2727
with:
2828
config: |

0 commit comments

Comments
 (0)