File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939
4040 build :
4141 if : github.actor != 'dependabot[bot]'
42- uses : apache/logging-log4j-samples/.github/workflows/integration-test.yaml@main
42+ uses : apache/logging-log4j-samples/.github/workflows/integration-test.yaml@feature/integrated-tests
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ permissions: read-all
4747jobs :
4848
4949 jre-test :
50- uses : apache/logging-parent/.github/workflows/build-reusable.yaml@feature/maven-args
50+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@main
5151 with :
5252 java-version : 21
5353 maven-args : |
Original file line number Diff line number Diff line change 3636
3737 merge-dependabot :
3838 needs : build
39- uses : apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@feature/maven-args
39+ uses : apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@main
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