From aaf0aab43b804c18cc8432f72d63415acf0632ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 17:42:33 +0000 Subject: [PATCH] build(deps): bump envoyproxy/toolshed/actions/github/container/auth Bumps [envoyproxy/toolshed/actions/github/container/auth](https://github.com/envoyproxy/toolshed) from 00661cc7647f9d375041292d0218c75633f0bb03 to f6cc2e99964fcec26d4e497d7e41cca502e7241e. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/compare/00661cc7647f9d375041292d0218c75633f0bb03...f6cc2e99964fcec26d4e497d7e41cca502e7241e) --- updated-dependencies: - dependency-name: envoyproxy/toolshed/actions/github/container/auth dependency-version: 1061b111f4d53b0040954491f5bd5c902d73d763 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/_verify_build.yml | 2 +- .github/workflows/_verify_examples.yml | 2 +- .github/workflows/docs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_verify_build.yml b/.github/workflows/_verify_build.yml index 5c580b9c..411b5618 100644 --- a/.github/workflows/_verify_build.yml +++ b/.github/workflows/_verify_build.yml @@ -43,7 +43,7 @@ jobs: - name: RBE auth check id: rbe if: github.event_name == 'pull_request' - uses: envoyproxy/toolshed/actions/github/container/auth@00661cc7647f9d375041292d0218c75633f0bb03 + uses: envoyproxy/toolshed/actions/github/container/auth@f6cc2e99964fcec26d4e497d7e41cca502e7241e with: container: hello-world - name: Configure repo Bazel settings (RBE/BES) diff --git a/.github/workflows/_verify_examples.yml b/.github/workflows/_verify_examples.yml index 65965333..4dadf57d 100644 --- a/.github/workflows/_verify_examples.yml +++ b/.github/workflows/_verify_examples.yml @@ -64,7 +64,7 @@ jobs: - name: RBE auth check id: rbe if: github.event_name == 'pull_request' - uses: envoyproxy/toolshed/actions/github/container/auth@00661cc7647f9d375041292d0218c75633f0bb03 + uses: envoyproxy/toolshed/actions/github/container/auth@f6cc2e99964fcec26d4e497d7e41cca502e7241e with: container: hello-world - name: Configure repo Bazel settings (RBE/BES) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 921749e9..6d8bdfa6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,7 +32,7 @@ jobs: - name: RBE auth check id: rbe if: github.event_name == 'pull_request' - uses: envoyproxy/toolshed/actions/github/container/auth@00661cc7647f9d375041292d0218c75633f0bb03 + uses: envoyproxy/toolshed/actions/github/container/auth@f6cc2e99964fcec26d4e497d7e41cca502e7241e with: container: hello-world - name: Configure repo Bazel settings (base)