From b406edebbc0e90f4f5b61fbc7f34e3b3839eac6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:02:24 +0000 Subject: [PATCH] chore(deps): update gcr.io/bazel-public/bazel docker digest to c781300 --- .github/workflows/bazel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index ff985bc..d3b57fb 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -6,7 +6,7 @@ jobs: if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository runs-on: ubuntu-latest container: - image: gcr.io/bazel-public/bazel@sha256:35c128509642f76fede4ade16e8c829781048f6a62a7b2d9cfbabd45246af81a + image: gcr.io/bazel-public/bazel@sha256:c781300d9c67c5e829a2733e905dd1501c6be4029aea9796b07cc3224cc9b991 options: --user root env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} @@ -26,7 +26,7 @@ jobs: if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository runs-on: ubuntu-latest container: - image: gcr.io/bazel-public/bazel@sha256:35c128509642f76fede4ade16e8c829781048f6a62a7b2d9cfbabd45246af81a + image: gcr.io/bazel-public/bazel@sha256:c781300d9c67c5e829a2733e905dd1501c6be4029aea9796b07cc3224cc9b991 options: --user root steps: - run: set -eu @@ -41,7 +41,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest container: - image: gcr.io/bazel-public/bazel@sha256:35c128509642f76fede4ade16e8c829781048f6a62a7b2d9cfbabd45246af81a + image: gcr.io/bazel-public/bazel@sha256:c781300d9c67c5e829a2733e905dd1501c6be4029aea9796b07cc3224cc9b991 options: --user root # ref: https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user env: GH_TOKEN: ${{ github.token }}