From d0feb094a6f9cef067325f392b7ac9b43b831a81 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Thu, 17 Sep 2026 10:23:58 +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 dfd44d9..d7fcd7a 100644 --- a/.github/workflows/ci-pr-validation.yaml +++ b/.github/workflows/ci-pr-validation.yaml @@ -32,6 +32,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Check ASF action allowlist + uses: apache/infrastructure-actions/allowlist-check@main + with: + scan-glob: '.github/**/*.y*ml' - uses: actions/setup-python@v4 with: python-version: 3.x