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

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-releases-client.git


The following commit(s) were added to refs/heads/main by this push:
     new d1ae2c5  Add an ASF action checker
d1ae2c5 is described below

commit d1ae2c58e91df520c72847d6c08ee7916165dd72
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Apr 6 17:34:17 2026 +0100

    Add an ASF action checker
---
 .github/workflows/allowlistchecker.yml | 35 ++++++++++++++++++++++++++++++++++
 pyproject.toml                         |  4 ++--
 uv.lock                                |  4 ++--
 3 files changed, 39 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/allowlistchecker.yml 
b/.github/workflows/allowlistchecker.yml
new file mode 100644
index 0000000..8fc709b
--- /dev/null
+++ b/.github/workflows/allowlistchecker.yml
@@ -0,0 +1,35 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+---
+name: "ASF Allowlist Check"
+"on":
+  workflow_dispatch:
+  pull_request:
+    paths: [".github/**"]
+  push:
+    branches: [main]
+    paths: [".github/**"]
+permissions:
+  contents: read
+jobs:
+  asf-allowlist-check:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd  # 
v6.0.2
+        with:
+          persist-credentials: false
+      - uses: 
apache/infrastructure-actions/allowlist-check@4e9c961f587f72b170874b6f5cd4ac15f7f26eb8
  # pr#630
diff --git a/pyproject.toml b/pyproject.toml
index 1d31620..acf5669 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ build-backend = "hatchling.build"
 
 [project]
 name            = "apache-trusted-releases"
-version         = "0.20260406.1626"
+version         = "0.20260406.1633"
 description     = "ATR CLI and Python API"
 readme          = "README.md"
 requires-python = ">=3.12"
@@ -86,4 +86,4 @@ filterwarnings = [
 ]
 
 [tool.uv]
-exclude-newer = "2026-04-06T16:26:00Z"
+exclude-newer = "2026-04-06T16:33:00Z"
diff --git a/uv.lock b/uv.lock
index a58842d..9cd0820 100644
--- a/uv.lock
+++ b/uv.lock
@@ -3,7 +3,7 @@ revision = 3
 requires-python = ">=3.12"
 
 [options]
-exclude-newer = "2026-04-06T16:26:00Z"
+exclude-newer = "2026-04-06T16:33:00Z"
 
 [[package]]
 name = "aiohappyeyeballs"
@@ -136,7 +136,7 @@ wheels = [
 
 [[package]]
 name = "apache-trusted-releases"
-version = "0.20260406.1626"
+version = "0.20260406.1633"
 source = { editable = "." }
 dependencies = [
     { name = "aiohttp" },


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to