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)