This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-3-test by this push:
     new 54b8fa45dc6 Pin apache/infrastructure-actions allowlist-check to a 
released tag (#73057)
54b8fa45dc6 is described below

commit 54b8fa45dc67567c56c8f2468fc4807d081fe26c
Author: Rahul Vats <[email protected]>
AuthorDate: Sun Sep 13 09:16:05 2026 +0530

    Pin apache/infrastructure-actions allowlist-check to a released tag (#73057)
    
    The action was pinned to a hash carrying a '# main' comment, which zizmor's
    online ref-version-mismatch audit flags (a branch is not a version). Pin to 
the
    released allowlist-check/v1.0.0 tag, matching main (#70623). This was the 
last
    static-check failure on the 3.3.2 sync PR after the ruff/mypy restore 
(#73046).
---
 .github/workflows/asf-allowlist-check.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/asf-allowlist-check.yml 
b/.github/workflows/asf-allowlist-check.yml
index 00e962f24c7..058c5aca453 100644
--- a/.github/workflows/asf-allowlist-check.yml
+++ b/.github/workflows/asf-allowlist-check.yml
@@ -31,4 +31,5 @@ jobs:
       - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1  # 
v7.0.1
         with:
           persist-credentials: false
-      - uses: 
apache/infrastructure-actions/allowlist-check@ec1b354a0455b41001d77473236d02a0ee0adba4
  # main
+      # yamllint disable-line rule:line-length
+      - uses: 
apache/infrastructure-actions/allowlist-check@61dcea11f19e2bbe1263f14d72235e8da17d3ad0
  # allowlist-check/v1.0.0

Reply via email to