Update `apache/logging-parent` to version `` (#124)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 608fce0..e8b83bb 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -38,14 +38,14 @@
build:
if: github.actor != 'dependabot[bot]'
- uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.1.0
+ uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2.0
with:
site-enabled: true
deploy-snapshot:
needs: build
if: github.repository == 'apache/logging-log4j-transform' && github.ref_name == 'main'
- uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.1.0
+ uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.2.0
# Secrets for deployments
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}
@@ -54,7 +54,7 @@
deploy-release:
needs: build
if: github.repository == 'apache/logging-log4j-transform' && startsWith(github.ref_name, 'release/')
- uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/11.1.0
+ uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/11.2.0
# Secrets for deployments
secrets:
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml
index 9c72b68..a3b9fac 100644
--- a/.github/workflows/codeql-analysis.yaml
+++ b/.github/workflows/codeql-analysis.yaml
@@ -31,7 +31,7 @@
jobs:
analyze:
- uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/11.1.0
+ uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/11.2.0
# Permissions required to publish Security Alerts
permissions:
actions: read
diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml
index 6b443e3..35c370c 100644
--- a/.github/workflows/deploy-site.yaml
+++ b/.github/workflows/deploy-site.yaml
@@ -33,7 +33,7 @@
deploy-site-stg:
if: github.repository == 'apache/logging-log4j-transform' && github.ref_name == 'main'
- uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.1.0
+ uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.2.0
# Secrets for committing the generated site
secrets:
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
@@ -50,7 +50,7 @@
deploy-site-pro:
if: github.repository == 'apache/logging-log4j-transform' && github.ref_name == 'main-site-pro'
- uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.1.0
+ uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.2.0
# Secrets for committing the generated site
secrets:
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
@@ -79,7 +79,7 @@
deploy-site-rel:
needs: export-version
- uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.1.0
+ uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.2.0
# Secrets for committing the generated site
secrets:
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
diff --git a/.github/workflows/merge-dependabot.yaml b/.github/workflows/merge-dependabot.yaml
index 44b3ac7..ace0022 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -30,13 +30,13 @@
build:
if: github.repository == 'apache/logging-log4j-transform' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
- uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.1.0
+ uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2.0
with:
site-enabled: true
merge-dependabot:
needs: build
- uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/11.1.0
+ uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/11.2.0
permissions:
contents: write # to push changelog commits
pull-requests: write # to close the PR
diff --git a/src/changelog/.0.x.x/update_apache_logging_parent.xml b/src/changelog/.0.x.x/update_apache_logging_parent.xml
index 06d056e..e796712 100644
--- a/src/changelog/.0.x.x/update_apache_logging_parent.xml
+++ b/src/changelog/.0.x.x/update_apache_logging_parent.xml
@@ -3,6 +3,6 @@
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="updated">
- <issue id="104" link="https://github.com/apache/logging-log4j-transform/pull/104"/>
+ <issue id="124" link="https://github.com/apache/logging-log4j-transform/pull/124"/>
<description format="asciidoc">Update `apache/logging-parent` to version ``</description>
</entry>