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 96886c3 Fix indentation and remove duplicate 'with' statement
96886c3 is described below
commit 96886c361d94305359b22ccb9303d3f1badbba90
Author: Dave Fisher <[email protected]>
AuthorDate: Sat Apr 4 11:28:33 2026 -0700
Fix indentation and remove duplicate 'with' statement
Removed redundant 'with' statement in allowlist-checker.yml.
---
.github/workflows/allowlist-checker.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/allowlist-checker.yml
b/.github/workflows/allowlist-checker.yml
index 19bbcd9..e5866aa 100644
--- a/.github/workflows/allowlist-checker.yml
+++ b/.github/workflows/allowlist-checker.yml
@@ -30,8 +30,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
- with:
- scan-glob: ".github/workflows/*.yml"
with:
persist-credentials: false
- uses:
apache/infrastructure-actions/allowlist-check@4e9c961f587f72b170874b6f5cd4ac15f7f26eb8
# pr#630
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]