From 70284480e0b6f6b78fa5052b58102c37af19e874 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Fri, 24 Apr 2026 15:50:53 +0200 Subject: [PATCH 1/2] 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 }} From b715b515f8e59cd4c872ab706a149421fbd1066b Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Mon, 4 May 2026 22:15:57 +0200 Subject: [PATCH 2/2] Empty commit to trigger workflows