File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 30
30
31
31
build :
32
32
if : github.actor != 'dependabot[bot]'
33
- # Temporary switch to `@fix/macos-java-8` to see how the situation evolves with macOS runners
33
+ # Temporary use `develocity` branch
34
34
uses : apache/logging-parent/.github/workflows/build-reusable.yaml@develocity
35
35
secrets :
36
36
GE_ACCESS_TOKEN : ${{ secrets.GE_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 30
30
31
31
build :
32
32
if : github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33
- # Temporary switch to `@fix/macos-java-8` to see how the situation evolves with macOS runners
34
- uses : apache/logging-parent/.github/workflows/build-reusable.yaml@fix/macos-java-8
35
- # uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
33
+ # Temporary use `develocity` branch
34
+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@develocity
35
+ secrets :
36
+ GE_ACCESS_TOKEN : ${{ secrets.GE_ACCESS_TOKEN }}
36
37
with :
37
38
java-version : |
38
39
8
You can’t perform that action at this time.
0 commit comments