From 208a99cf3733ade5e334b5bb222e4ddd4252e4ea Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Thu, 17 Sep 2026 10:23:56 +0300 Subject: [PATCH] [improve][ci] Check ASF action allowlist and warn before expiration Assisted-by: Codex --- .github/workflows/ci-pr-validation.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-pr-validation.yaml b/.github/workflows/ci-pr-validation.yaml index bd2ea0c0..685690cd 100644 --- a/.github/workflows/ci-pr-validation.yaml +++ b/.github/workflows/ci-pr-validation.yaml @@ -34,6 +34,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 + - name: Check ASF action allowlist + uses: apache/infrastructure-actions/allowlist-check@main + with: + scan-glob: '.github/**/*.y*ml' - name: Run clang-format style check for C/C++/Protobuf programs. uses: jidicula/clang-format-action@v4.18.0 with: