Skip to content

Commit b406ede

Browse files
chore(deps): update gcr.io/bazel-public/bazel docker digest to c781300
1 parent 32c91a9 commit b406ede

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bazel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
77
runs-on: ubuntu-latest
88
container:
9-
image: gcr.io/bazel-public/bazel@sha256:35c128509642f76fede4ade16e8c829781048f6a62a7b2d9cfbabd45246af81a
9+
image: gcr.io/bazel-public/bazel@sha256:c781300d9c67c5e829a2733e905dd1501c6be4029aea9796b07cc3224cc9b991
1010
options: --user root
1111
env:
1212
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -26,7 +26,7 @@ jobs:
2626
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
2727
runs-on: ubuntu-latest
2828
container:
29-
image: gcr.io/bazel-public/bazel@sha256:35c128509642f76fede4ade16e8c829781048f6a62a7b2d9cfbabd45246af81a
29+
image: gcr.io/bazel-public/bazel@sha256:c781300d9c67c5e829a2733e905dd1501c6be4029aea9796b07cc3224cc9b991
3030
options: --user root
3131
steps:
3232
- run: set -eu
@@ -41,7 +41,7 @@ jobs:
4141
if: startsWith(github.ref, 'refs/tags/v')
4242
runs-on: ubuntu-latest
4343
container:
44-
image: gcr.io/bazel-public/bazel@sha256:35c128509642f76fede4ade16e8c829781048f6a62a7b2d9cfbabd45246af81a
44+
image: gcr.io/bazel-public/bazel@sha256:c781300d9c67c5e829a2733e905dd1501c6be4029aea9796b07cc3224cc9b991
4545
options: --user root # ref: https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
4646
env:
4747
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)