This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 82df77c951 Use ASF-allowlisted dtolnay/rust-toolchain revision in
setup-native-build (#4828)
82df77c951 is described below
commit 82df77c951e6b58f5ed6c02f268dc2fc3a1992c5
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Jul 3 23:08:45 2026 +0300
Use ASF-allowlisted dtolnay/rust-toolchain revision in setup-native-build
(#4828)
CI fails with:
The action dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
is not allowed in apache/bookkeeper because all actions must be from a
repository owned by your enterprise, created by GitHub, or match one of
the patterns...
The ASF approved actions allowlist (apache/infrastructure-actions) only
permits dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30
(tag: stable). That revision is also newer (2026-06-30) than the currently
pinned one (2026-03-27); both point at the stable toolchain.
Assisted-by: Claude Code
---
.github/actions/setup-native-build/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/setup-native-build/action.yml
b/.github/actions/setup-native-build/action.yml
index 4c9c234c5c..b3b09de1bf 100644
--- a/.github/actions/setup-native-build/action.yml
+++ b/.github/actions/setup-native-build/action.yml
@@ -23,7 +23,7 @@ runs:
using: composite
steps:
- name: Set up Rust
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
+ uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30
with:
# Cross-compilation targets: Linux amd64 and arm64 (glibc)
targets: >-