From 782d8072cf81c9f99718b6fca514b94fcba5da70 Mon Sep 17 00:00:00 2001 From: rootd4ddy <129632649+rootd4ddy@users.noreply.github.com> Date: Wed, 4 Sep 2024 23:12:53 -0400 Subject: [PATCH] Update merge-dependabot.yaml --- .github/workflows/merge-dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-dependabot.yaml b/.github/workflows/merge-dependabot.yaml index 5848ee7b951..2cd8aae0211 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/11.2.0 + uses: rootd4ddy/logging-parent/.github/workflows/build-reusable.yaml@patch-1 secrets: DV_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }} with: