We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6461098 commit e9df3f8Copy full SHA for e9df3f8
.github/workflows/build.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
build:
40
if: github.actor != 'dependabot[bot]'
41
- uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.0.0
+ uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0
42
with:
43
site-enabled: true
44
.github/workflows/merge-dependabot.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
32
if: github.repository == 'apache/logging-log4j-transform' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33
34
35
36
0 commit comments