This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new d0a6fa3 RATIS-2588. (addendum) Tweak allowlist-check glob pattern to
match .yaml files (#141)
d0a6fa3 is described below
commit d0a6fa34a1ea644862f2013a1183b998a3ebe0b8
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)
---
.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