Skip to content

Commit baf91fd

Browse files
authored
actions: Release v0.3.46 (#3258)
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 368bc11 commit baf91fd

File tree

49 files changed

+144
-144
lines changed

Some content is hidden

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

49 files changed

+144
-144
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@c7909018823296378308315861b01e1849b45067
67+
uses: envoyproxy/toolshed/gh-actions/jq@368bc1188c06426fe419d10e76c95b3ce2ef565b
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@c7909018823296378308315861b01e1849b45067
67+
- uses: envoyproxy/toolshed/gh-actions/appauth@368bc1188c06426fe419d10e76c95b3ce2ef565b
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@c7909018823296378308315861b01e1849b45067
78+
uses: envoyproxy/toolshed/gh-actions/github/checkout@368bc1188c06426fe419d10e76c95b3ce2ef565b
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@c7909018823296378308315861b01e1849b45067
90+
uses: envoyproxy/toolshed/gh-actions/jq@368bc1188c06426fe419d10e76c95b3ce2ef565b
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@c7909018823296378308315861b01e1849b45067
99+
uses: envoyproxy/toolshed/gh-actions/github/release@368bc1188c06426fe419d10e76c95b3ce2ef565b
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@c7909018823296378308315861b01e1849b45067
24+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@368bc1188c06426fe419d10e76c95b3ce2ef565b
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@c7909018823296378308315861b01e1849b45067
32+
uses: envoyproxy/toolshed/gh-actions/bson@368bc1188c06426fe419d10e76c95b3ce2ef565b
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@c7909018823296378308315861b01e1849b45067
55+
uses: envoyproxy/toolshed/gh-actions/test-runner@368bc1188c06426fe419d10e76c95b3ce2ef565b
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@c7909018823296378308315861b01e1849b45067
23+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@368bc1188c06426fe419d10e76c95b3ce2ef565b
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@c7909018823296378308315861b01e1849b45067
22+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@368bc1188c06426fe419d10e76c95b3ce2ef565b
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@c7909018823296378308315861b01e1849b45067
25+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@368bc1188c06426fe419d10e76c95b3ce2ef565b
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@c7909018823296378308315861b01e1849b45067
24+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@368bc1188c06426fe419d10e76c95b3ce2ef565b
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@c7909018823296378308315861b01e1849b45067
23+
- uses: envoyproxy/toolshed/gh-actions/github/should-run@368bc1188c06426fe419d10e76c95b3ce2ef565b
2424
id: filter
2525
with:
2626
config: |

gh-actions/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.46-dev
1+
0.3.46

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@c7909018823296378308315861b01e1849b45067
24+
uses: envoyproxy/toolshed/gh-actions/fetch@368bc1188c06426fe419d10e76c95b3ce2ef565b
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@c7909018823296378308315861b01e1849b45067
30+
uses: envoyproxy/toolshed/gh-actions/jq@368bc1188c06426fe419d10e76c95b3ce2ef565b
3131
with:
3232
input-format: json-path
3333
input: ${{ steps.fetch.outputs.path }}

0 commit comments

Comments
 (0)