From d447057b96f967696f4a9d32313f495f8a09a99e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 10:40:35 +0000 Subject: [PATCH] chore(deps): bump apache/infrastructure-actions/allowlist-check Bumps the github-actions group with 1 update: [apache/infrastructure-actions/allowlist-check](https://github.com/apache/infrastructure-actions). Updates `apache/infrastructure-actions/allowlist-check` from 4e9c961f587f72b170874b6f5cd4ac15f7f26eb8 to bc817c8e9ad7d8216aab74223e32ea391e233b2c - [Commits](https://github.com/apache/infrastructure-actions/compare/4e9c961f587f72b170874b6f5cd4ac15f7f26eb8...bc817c8e9ad7d8216aab74223e32ea391e233b2c) --- updated-dependencies: - dependency-name: apache/infrastructure-actions/allowlist-check dependency-version: bc817c8e9ad7d8216aab74223e32ea391e233b2c dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/asf-allowlist-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asf-allowlist-check.yml b/.github/workflows/asf-allowlist-check.yml index c63160d3..9fd42467 100644 --- a/.github/workflows/asf-allowlist-check.yml +++ b/.github/workflows/asf-allowlist-check.yml @@ -31,4 +31,4 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: apache/infrastructure-actions/allowlist-check@4e9c961f587f72b170874b6f5cd4ac15f7f26eb8 # main # zizmor: ignore[ref-version-mismatch] tracks infrastructure-actions main; monorepo has no per-action version tags + - uses: apache/infrastructure-actions/allowlist-check@bc817c8e9ad7d8216aab74223e32ea391e233b2c # main # zizmor: ignore[ref-version-mismatch] tracks infrastructure-actions main; monorepo has no per-action version tags