Skip to content

Commit 8615771

Browse files
committedJun 5, 2024··
Add Develocity to Dependabot
1 parent 8ba2f50 commit 8615771

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
build:
3232
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
3434
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@develocity
3535
secrets:
3636
GE_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}

‎.github/workflows/merge-dependabot.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ jobs:
3030

3131
build:
3232
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 }}
3637
with:
3738
java-version: |
3839
8

0 commit comments

Comments
 (0)
Please sign in to comment.