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

ppkarwasz pushed a commit to branch atr
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/atr by this push:
     new c38b889751 Fix workflow inputs
c38b889751 is described below

commit c38b889751c1abaa4f716522c7bcb3d3cd195fa1
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Jun 3 09:02:14 2026 +0200

    Fix workflow inputs
---
 .github/workflows/deploy-atr.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy-atr.yaml 
b/.github/workflows/deploy-atr.yaml
index b27712b4c7..98448cc73c 100644
--- a/.github/workflows/deploy-atr.yaml
+++ b/.github/workflows/deploy-atr.yaml
@@ -35,7 +35,9 @@ jobs:
     steps:
 
       - name: Checkout repository
-        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683    # 
v4.2.2
+        uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10    # 
v6.0.3
+        with:
+          persist-credentials: false
 
       - name: Extract version
         id: version
@@ -60,6 +62,6 @@ jobs:
       - name: Upload to ATR
         uses: 
apache/tooling-actions/upload-to-atr@5bd24e53798bc79aa7bb69f62154a6b1e18ffd6e
         with:
-          project: log4j
+          project: logging-log4j
           version: ${{ steps.version.outputs.version }}
           src: dist

Reply via email to