This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch branch-1 in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
commit 9a53d0462535fdbf28ff3e6314e418dae6f2772c Author: Doroszlai, Attila <[email protected]> AuthorDate: Mon Jul 6 21:03:54 2026 +0200 RATIS-2588. (addendum) Tweak allowlist-check glob pattern to match .yaml files (#141) (cherry picked from commit d0a6fa34a1ea644862f2013a1183b998a3ebe0b8) --- .github/workflows/asf-allowlist-check.yaml | 2 ++ .github/workflows/{zizmor.yml => zizmor.yaml} | 0 2 files changed, 2 insertions(+) diff --git a/.github/workflows/asf-allowlist-check.yaml b/.github/workflows/asf-allowlist-check.yaml index deb38a0..dfbcec3 100644 --- a/.github/workflows/asf-allowlist-check.yaml +++ b/.github/workflows/asf-allowlist-check.yaml @@ -45,3 +45,5 @@ jobs: persist-credentials: false - name: Check actions uses: apache/infrastructure-actions/allowlist-check@775350a154e610e84c460cb1bbe2d2ab26c15cb3 + with: + scan-glob: ".github/workflows/*.y*ml" diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yaml similarity index 100% rename from .github/workflows/zizmor.yml rename to .github/workflows/zizmor.yaml
