From d91bdde3393ec05259ce2a77ba7fc67093ce7828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 13:59:12 +0000 Subject: [PATCH] Bump apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0 Bumps [apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0](https://github.com/apache/logging-parent) from 12.1.0 to 12.1.1. - [Release notes](https://github.com/apache/logging-parent/releases) - [Commits](https://github.com/apache/logging-parent/compare/rel/12.1.0...rel/12.1.1) --- updated-dependencies: - dependency-name: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0 dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/merge-dependabot.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5fde2a08513..e20d74cd7b4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,7 +30,7 @@ jobs: build: if: github.actor != 'dependabot[bot]' - uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0 + uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.1 secrets: DV_ACCESS_TOKEN: ${{ startsWith(github.ref_name, 'release/') && '' || secrets.DEVELOCITY_ACCESS_KEY }} with: diff --git a/.github/workflows/merge-dependabot.yaml b/.github/workflows/merge-dependabot.yaml index 3690740ba65..2e3298cbbd7 100644 --- a/.github/workflows/merge-dependabot.yaml +++ b/.github/workflows/merge-dependabot.yaml @@ -30,7 +30,7 @@ jobs: build: if: github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]' - uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0 + uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.1 secrets: DV_ACCESS_TOKEN: ${{ secrets.DEVELOCITY_ACCESS_KEY }} with: