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 : >-
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 }}
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
0 commit comments