Skip to content

Commit 74df313

Browse files
Bump apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0 (#3732)
Bumps [apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0](https://github.com/apache/logging-parent) from 12.1.0 to 12.1.1. - [Release notes](https://github.com/apache/logging-parent/releases) - [Commits](apache/logging-parent@rel/12.1.0...rel/12.1.1) --- updated-dependencies: - dependency-name: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0 dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95d451b commit 74df313

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
build:
3232
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
3434
secrets:
3535
DV_ACCESS_TOKEN: ${{ startsWith(github.ref_name, 'release/') && '' || secrets.DEVELOCITY_ACCESS_KEY }}
3636
with:

.github/workflows/merge-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
build:
3232
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
3434
secrets:
3535
DV_ACCESS_TOKEN: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3636
with:

0 commit comments

Comments
 (0)