From 6188862b336803a1f6424cef4e9fb3ff35263ec3 Mon Sep 17 00:00:00 2001 From: ASF Logging Services RM Date: Mon, 18 Dec 2023 07:16:25 +0000 Subject: [PATCH] Update `apache/logging-parent` to version `` (#91) --- .github/workflows/build.yaml | 6 +++--- .github/workflows/merge-dependabot.yaml | 4 ++-- src/changelog/.0.x.x/update_apache_logging_parent.xml | 8 ++++++++ src/site/_release-notes/_0.x.x.adoc | 1 + 4 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 src/changelog/.0.x.x/update_apache_logging_parent.xml diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 75abf119..7f798604 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,14 +38,14 @@ jobs: build: if: github.actor != 'dependabot[bot]' - uses: apache/logging-parent/.github/workflows/build-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/10.4.0 + uses: apache/logging-parent/.github/workflows/build-reusable.yaml@7750fb0f674da0abb358414ea19464ecd996e36f # rel/10.4.0 with: site-enabled: true deploy-snapshot: needs: build if: github.repository == 'apache/logging-log4j-tools' && github.ref_name == 'main' - uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/10.4.0 + uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@7750fb0f674da0abb358414ea19464ecd996e36f # rel/10.4.0 # Secrets for deployments secrets: NEXUS_USER: ${{ secrets.NEXUS_USER }} @@ -54,7 +54,7 @@ jobs: deploy-release: needs: build if: github.repository == 'apache/logging-log4j-tools' && startsWith(github.ref_name, 'release/') - uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/10.4.0 + uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@7750fb0f674da0abb358414ea19464ecd996e36f # rel/10.4.0 # Secrets for deployments secrets: GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }} diff --git a/.github/workflows/merge-dependabot.yaml b/.github/workflows/merge-dependabot.yaml index cd599865..fac7f808 100644 --- a/.github/workflows/merge-dependabot.yaml +++ b/.github/workflows/merge-dependabot.yaml @@ -30,11 +30,11 @@ jobs: build: if: github.repository == 'apache/logging-log4j-tools' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]' - uses: apache/logging-parent/.github/workflows/build-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/10.4.0 + uses: apache/logging-parent/.github/workflows/build-reusable.yaml@7750fb0f674da0abb358414ea19464ecd996e36f # rel/10.4.0 merge-dependabot: needs: build - uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/10.4.0 + uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@7750fb0f674da0abb358414ea19464ecd996e36f # rel/10.4.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 new file mode 100644 index 00000000..c949aa65 --- /dev/null +++ b/src/changelog/.0.x.x/update_apache_logging_parent.xml @@ -0,0 +1,8 @@ + + + + Update `apache/logging-parent` to version `` + diff --git a/src/site/_release-notes/_0.x.x.adoc b/src/site/_release-notes/_0.x.x.adoc index 7cb9b706..ac023169 100644 --- a/src/site/_release-notes/_0.x.x.adoc +++ b/src/site/_release-notes/_0.x.x.adoc @@ -49,6 +49,7 @@ This minor release contains various bug fixes and improvements. [#release-notes-0-x-x-changed] ==== Changed +* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j-tools/pull/91[91]) * Update `commons-io:commons-io` to version `2.15.1` (https://github.com/apache/logging-log4j-tools/pull/86[86]) * Update `org.apache.maven.plugin-tools:maven-plugin-annotations` to version `3.10.2` (https://github.com/apache/logging-log4j-tools/pull/87[87])