File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments