Skip to content

Commit f63c796

Browse files
committed
Switch build to experimental merge-dependabot branch
1 parent 0dd9229 commit f63c796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/merge-dependabot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030

3131
build:
3232
if: github.repository == 'apache/logging-log4j-samples' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/10.4.0
33+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@merge-dependabot
3434
with:
3535
java-version: 21
3636

3737
merge-dependabot:
3838
needs: build
39-
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e # rel/10.4.0
39+
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@merge-dependabot
4040
permissions:
4141
contents: write # to push changelog commits
4242
pull-requests: write # to close the PR

0 commit comments

Comments
 (0)