File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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
- uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0
33
+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.1
34
34
secrets :
35
35
DV_ACCESS_TOKEN : ${{ startsWith(github.ref_name, 'release/') && '' || secrets.DEVELOCITY_ACCESS_KEY }}
36
36
with :
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
- uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0
33
+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.1
34
34
secrets :
35
35
DV_ACCESS_TOKEN : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
36
36
with :
You can’t perform that action at this time.
0 commit comments