forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): update envoyproxy/toolshed requirement to actions-v0.0.28
Updates the requirements on [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) to permit the latest version. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/commits/actions-v0.0.28) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
b64e1f6
commit c787045
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,6 @@ jobs: | |
pull-requests: write | ||
actions: write | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].2 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].28 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
- envoy-filter-example | ||
- data-plane-api | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].3 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].28 | ||
with: | ||
repository: "envoyproxy/${{ matrix.downstream }}" | ||
ref: main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
echo "state=${STATE}" >> "$GITHUB_OUTPUT" | ||
id: job | ||
- name: Complete status check | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].28 | ||
with: | ||
authToken: ${{ secrets.GITHUB_TOKEN }} | ||
context: ${{ github.event.workflow.name }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
statuses: write | ||
steps: | ||
- name: Start status check | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].28 | ||
with: | ||
authToken: ${{ secrets.GITHUB_TOKEN }} | ||
context: ${{ inputs.workflowName }} | ||
|