This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch main-site-pro in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
commit 16472de11281c5c14434f728f3012cc3baa5ace8 Author: ASF Logging Services RM <[email protected]> AuthorDate: Mon Feb 17 19:25:32 2025 +0000 Update `apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0` to version `12.0.0` (#167) --- .github/workflows/build.yaml | 2 +- .github/workflows/merge-dependabot.yaml | 2 +- ...ing_parent_github_workflows_build_reusable_yaml_rel_11_3_0.xml | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1924896..5d6dc8e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,7 +38,7 @@ jobs: build: if: github.actor != 'dependabot[bot]' - uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0 + uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.0.0 with: site-enabled: true diff --git a/.github/workflows/merge-dependabot.yaml b/.github/workflows/merge-dependabot.yaml index 689ea01..085bea5 100644 --- a/.github/workflows/merge-dependabot.yaml +++ b/.github/workflows/merge-dependabot.yaml @@ -30,7 +30,7 @@ jobs: 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.3.0 + uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.0.0 with: site-enabled: true diff --git a/src/changelog/.0.x.x/update_apache_logging_parent_github_workflows_build_reusable_yaml_rel_11_3_0.xml b/src/changelog/.0.x.x/update_apache_logging_parent_github_workflows_build_reusable_yaml_rel_11_3_0.xml new file mode 100644 index 0000000..57e7930 --- /dev/null +++ b/src/changelog/.0.x.x/update_apache_logging_parent_github_workflows_build_reusable_yaml_rel_11_3_0.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + 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="167" link="https://github.com/apache/logging-log4j-transform/pull/167"/> + <description format="asciidoc">Update `apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0` to version `12.0.0`</description> +</entry>
