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

ppkarwasz pushed a commit to branch fix/switch-to-gha-v0
in repository https://gitbox.apache.org/repos/asf/logging-site.git

commit 70284480e0b6f6b78fa5052b58102c37af19e874
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri Apr 24 15:50:53 2026 +0200

    Bump workflows to `gha/v0` branch
    
    This change switches the reusable workflows to the `gha/v0` branch to keep 
up to date with the action version whitelisted by the ASF.
---
 .github/workflows/build.yaml           | 2 +-
 .github/workflows/codeql-analysis.yaml | 2 +-
 .github/workflows/deploy-site.yaml     | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 255966b4..06d54a1d 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -29,7 +29,7 @@ permissions: read-all
 jobs:
 
   build:
-    uses: 
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.1
+    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@gha/v0
     with:
       java-version: 17
       site-enabled: true
diff --git a/.github/workflows/codeql-analysis.yaml 
b/.github/workflows/codeql-analysis.yaml
index b52af6e9..9deb545a 100644
--- a/.github/workflows/codeql-analysis.yaml
+++ b/.github/workflows/codeql-analysis.yaml
@@ -27,7 +27,7 @@ permissions: read-all
 jobs:
 
   analyze:
-    uses: 
apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/12.1.1
+    uses: 
apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@gha/v0
     with:
       java-version: 17
       language: "actions"
diff --git a/.github/workflows/deploy-site.yaml 
b/.github/workflows/deploy-site.yaml
index 28a28b41..ba03f330 100644
--- a/.github/workflows/deploy-site.yaml
+++ b/.github/workflows/deploy-site.yaml
@@ -29,7 +29,7 @@ jobs:
 
   deploy-site-stg:
     if: github.repository == 'apache/logging-site' && github.ref_name == 'main'
-    uses: 
apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.1.1
+    uses: 
apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@gha/v0
     # Secrets for committing the generated site
     secrets:
       GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
@@ -46,7 +46,7 @@ jobs:
 
   deploy-site-pro:
     if: github.repository == 'apache/logging-site' && github.ref_name == 
'main-site-pro'
-    uses: 
apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.1.1
+    uses: 
apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@gha/v0
     # Secrets for committing the generated site
     secrets:
       GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}

Reply via email to