File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737
3838 build :
3939 if : github.actor != 'dependabot[bot]'
40- uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2 .0
40+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3 .0
4141 with :
4242 java-version : 21
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@rel/11.2 .0
33+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3 .0
3434 with :
3535 java-version : 21
3636
3737 merge-dependabot :
3838 needs : build
39- uses : apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/11.2 .0
39+ uses : apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/11.3 .0
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