Skip to content

Commit dd0c52a

Browse files
committed
Update apache/logging-parent to version `` (#2192)
1 parent e7b107f commit dd0c52a

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
build:
4040
if: github.actor != 'dependabot[bot]'
41-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.5.0
41+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.6.0
4242
with:
4343
java-version: |
4444
8
@@ -48,7 +48,7 @@ jobs:
4848
deploy-snapshot:
4949
needs: build
5050
if: github.repository == 'apache/logging-log4j2' && github.ref_name == '2.x'
51-
uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/10.5.0
51+
uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/10.6.0
5252
# Secrets for deployments
5353
secrets:
5454
NEXUS_USER: ${{ secrets.NEXUS_USER }}
@@ -61,7 +61,7 @@ jobs:
6161
deploy-release:
6262
needs: build
6363
if: github.repository == 'apache/logging-log4j2' && startsWith(github.ref_name, 'release/')
64-
uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/10.5.0
64+
uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/10.6.0
6565
# Secrets for deployments
6666
secrets:
6767
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}

.github/workflows/codeql-analysis.yaml

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

3232
analyze:
33-
uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/10.5.0
33+
uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/10.6.0
3434
with:
3535
java-version: |
3636
8

.github/workflows/merge-dependabot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ 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/10.5.0
33+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.6.0
3434
with:
3535
java-version: |
3636
8
3737
17
3838
3939
merge-dependabot:
4040
needs: build
41-
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/10.5.0
41+
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/10.6.0
4242
with:
4343
java-version: 17
4444
permissions:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5+
type="updated">
6+
<issue id="2192" link="https://github.com/apache/logging-log4j2/pull/2192"/>
7+
<description format="asciidoc">Update `apache/logging-parent` to version ``</description>
8+
</entry>

src/site/_release-notes/_2.x.x.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This releases contains ...
4242
[#release-notes-2-x-x-updated]
4343
=== Updated
4444
45+
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j2/pull/2192[2192])
4546
* Update `co.elastic.clients:elasticsearch-java` to version `8.11.4` (https://github.com/apache/logging-log4j2/pull/2180[2180])
4647
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126])
4748
* Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4` (https://github.com/apache/logging-log4j2/pull/2103[2103])

0 commit comments

Comments
 (0)