We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
merge-dependabot
1 parent 21ad7be commit ea0dbc3Copy full SHA for ea0dbc3
.github/workflows/merge-dependabot.yaml
@@ -30,7 +30,9 @@ jobs:
30
31
build:
32
if: github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33
- uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
+ # 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
36
with:
37
java-version: |
38
8
0 commit comments