This is an automated email from the ASF dual-hosted git repository.
Kriskras99 pushed a change to branch fix/ci
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
from 42badad fix: Pin `dtolnay/rust-toolchain` to the new allowed version
add 07aba99 fix: Broken dependencies caused by silently failing CI
add 60526be fix: Add CI check for Actions versions
add 2e59558 fix: Adjust CI to Apache requirements
No new revisions were added by this update.
Summary of changes:
.github/dependabot.yml | 10 +
...st-lang-rust-clippy.yml => allowlist-check.yml} | 33 +-
...st-lang-rust-clippy.yml => codeql-analysis.yml} | 48 ++-
.github/workflows/test-lang-rust-audit.yml | 12 +-
.github/workflows/test-lang-rust-ci.yml | 41 +-
.github/workflows/test-lang-rust-clippy.yml | 4 +-
.../{test-lang-rust-clippy.yml => zizmor.yml} | 42 +-
.github/zizmor.yml | 7 +
Cargo.lock | 455 +++++++--------------
avro/Cargo.toml | 2 +-
avro_test_helper/Cargo.toml | 2 +-
avro_test_helper/src/lib.rs | 2 +-
12 files changed, 258 insertions(+), 400 deletions(-)
copy .github/workflows/{test-lang-rust-clippy.yml => allowlist-check.yml} (63%)
copy .github/workflows/{test-lang-rust-clippy.yml => codeql-analysis.yml} (52%)
copy .github/workflows/{test-lang-rust-clippy.yml => zizmor.yml} (62%)
create mode 100644 .github/zizmor.yml