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 ee6cd6a commit 85781b3Copy full SHA for 85781b3
.github/workflows/ci-renovate-rbe.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
- name: java - repin dependencies
17
if: contains(join(github.event.commits.*.message), '[java]')
18
- run: RULES_JVM_EXTERNAL_REPIN=1 bazel run @unpinned_maven//:pin
+ run: RULES_JVM_EXTERNAL_REPIN=1 bazel run @maven//:pin
19
- name: rust - repin dependencies
20
if: contains(join(github.event.commits.*.message), '[rust]')
21
run: CARGO_BAZEL_REPIN=true bazel sync --only=crates
0 commit comments