This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a change to branch branch-1
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
from 9139497 RATIS-2590. Add Netty macOS aarch64 native dependencies (#142)
new 3b732cd RATIS-2588. Add check for allowed action usage in workflows
(#139)
new 9a53d04 RATIS-2588. (addendum) Tweak allowlist-check glob pattern to
match .yaml files (#141)
new 4cad915 RATIS-2579. Split CI build (#134)
new 2094f76 RATIS-2534. Skip zizmor on dependabot push (#114)
new 40e4680 RATIS-2586. zizmor check should reflect failure in fork (#138)
new 737e4f9 RATIS-2533. Bump apache parent to 38 (#113)
new 6eb6352 RATIS-2591. Bump apache parent to 39 (#140)
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/asf-allowlist-check.yaml | 49 +++++++
.github/workflows/ci.yaml | 40 +-----
.github/workflows/reusable-check.yaml | 159 +++++++++++++++++++++
.github/workflows/reusable-ci.yaml | 59 ++++++++
.github/workflows/{zizmor.yml => zizmor.yaml} | 14 ++
dev-support/checks/_diffoscope.sh | 50 +++++++
.../zizmor.yml => dev-support/checks/_mvn_check.sh | 34 ++---
.../zizmor.yml => dev-support/checks/build.sh | 24 +---
.../zizmor.yml => dev-support/checks/repro.sh | 24 +---
.../zizmor.yml => dev-support/checks/unit.sh | 24 +---
pom.xml | 2 +-
11 files changed, 373 insertions(+), 106 deletions(-)
create mode 100644 .github/workflows/asf-allowlist-check.yaml
create mode 100644 .github/workflows/reusable-check.yaml
create mode 100644 .github/workflows/reusable-ci.yaml
copy .github/workflows/{zizmor.yml => zizmor.yaml} (70%)
create mode 100755 dev-support/checks/_diffoscope.sh
copy .github/workflows/zizmor.yml => dev-support/checks/_mvn_check.sh (61%)
copy .github/workflows/zizmor.yml => dev-support/checks/build.sh (64%)
mode change 100644 => 100755
copy .github/workflows/zizmor.yml => dev-support/checks/repro.sh (64%)
mode change 100644 => 100755
rename .github/workflows/zizmor.yml => dev-support/checks/unit.sh (64%)
mode change 100644 => 100755