We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629c002 commit 59ca6dbCopy full SHA for 59ca6db
.github/workflows/continuous-integration.yml
@@ -22,7 +22,7 @@ jobs:
22
needs: [pre-commit]
23
steps:
24
- uses: actions/checkout@v6
25
- - uses: bazel-contrib/setup-bazel@5528b8082a800fc1dcf8ff0de93a30fa1c061239
+ - uses: bazel-contrib/setup-bazel@43d7d5ceab59a307da44fc7585faa2a2fff4f88d
26
- name: Generate documentation
27
run: bazel build //docs:docs
28
env:
@@ -165,7 +165,7 @@ jobs:
165
id-token: write
166
167
168
169
- name: Create auth token file for action_file mode
170
if: matrix.auth_token_path != ''
171
run: |
0 commit comments