This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-site.git
The following commit(s) were added to refs/heads/main by this push:
new c2ab1318 Bump workflows to `gha/v0` branch (#28)
c2ab1318 is described below
commit c2ab13185e34b4499d265abc9f909fea6aabac28
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon May 4 22:51:05 2026 +0200
Bump workflows to `gha/v0` branch (#28)
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 }}