This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git
The following commit(s) were added to refs/heads/main by this push:
new bbcc34c Update allowlist-checker.yml for action paths
bbcc34c is described below
commit bbcc34c338a8d01d785198b081e039c33499c033
Author: Dave Fisher <[email protected]>
AuthorDate: Sat Apr 4 11:34:33 2026 -0700
Update allowlist-checker.yml for action paths
---
.github/workflows/allowlist-checker.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/allowlist-checker.yml
b/.github/workflows/allowlist-checker.yml
index e5866aa..d54a771 100644
--- a/.github/workflows/allowlist-checker.yml
+++ b/.github/workflows/allowlist-checker.yml
@@ -19,10 +19,10 @@ name: "ASF Allowlist Check"
"on":
workflow_dispatch:
pull_request:
- paths: [".github/**"]
+ paths: [".github/**","**/action.yml"]
push:
branches: [main]
- paths: [".github/**"]
+ paths: [".github/**","**/action.yml"]
permissions:
contents: read
jobs:
@@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
persist-credentials: false
- - uses:
apache/infrastructure-actions/allowlist-check@4e9c961f587f72b170874b6f5cd4ac15f7f26eb8
# pr#630
- - uses:
apache/infrastructure-actions/allowlist-check@4e9c961f587f72b170874b6f5cd4ac15f7f26eb8
# pr#630
+ - uses:
apache/infrastructure-actions/allowlist-check@4e9c961f587f72b170874b6f5cd4ac15f7f26eb8
# check workflows
+ - uses:
apache/infrastructure-actions/allowlist-check@4e9c961f587f72b170874b6f5cd4ac15f7f26eb8
# check actions (currently no uses)
with:
scan-glob: "**/action.yml"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]