Skip to content

Commit

Permalink
Test new merge-dependabot-reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Jan 8, 2024
1 parent 91ee18c commit 5a6360a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:

build:
if: github.repository == 'apache/logging-log4j-jakarta' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@e06e488e3adf5712dd7001f8b50248ca6ecf3600 # 10.4.0
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@main

merge-dependabot:
needs: build
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@e06e488e3adf5712dd7001f8b50248ca6ecf3600 # 10.4.0
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@main
permissions:
contents: write # to push changelog commits
pull-requests: write # to close the PR
Expand Down
2 changes: 1 addition & 1 deletion log4j-jakarta-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<junit.version>5.10.1</junit.version>
<log4j.version>3.0.0-SNAPSHOT</log4j.version>
<mockito.version>5.8.0</mockito.version>
<spring-framework.version>6.1.2</spring-framework.version>
<spring-framework.version>6.1.0</spring-framework.version>
<jakarta.activation-api.version>2.1.2</jakarta.activation-api.version>
<jakarta.mail-api.version>2.1.2</jakarta.mail-api.version>
</properties>
Expand Down

0 comments on commit 5a6360a

Please sign in to comment.