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 3939
4040 integration-test :
4141 if : github.actor != 'dependabot[bot]'
42- uses : apache/logging-log4j-samples/.github/workflows/integration-test.yaml@feature/integrated-tests
42+ uses : apache/logging-log4j-samples/.github/workflows/integration-test.yaml@main
Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ jobs:
5555 -Dlog4j.repository.url=${{ inputs.log4j-repository-url }}
5656
5757 android-test :
58- uses : apache/logging-log4j-samples/.github/workflows/android-reusable-test.yaml@feature/integrated-tests
58+ uses : apache/logging-log4j-samples/.github/workflows/android-reusable-test.yaml@main
5959 with :
6060 log4j-version : ${{ inputs.log4j-version }}
6161 log4j-repository-url : ${{ inputs.log4j-repository-url }}
6262
6363 graalvm-test :
64- uses : apache/logging-log4j-samples/.github/workflows/graalvm-reusable-test.yaml@feature/integrated-tests
64+ uses : apache/logging-log4j-samples/.github/workflows/graalvm-reusable-test.yaml@main
6565 with :
6666 log4j-version : ${{ inputs.log4j-version }}
6767 log4j-repository-url : ${{ inputs.log4j-repository-url }}
You can’t perform that action at this time.
0 commit comments