This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-jakarta.git


The following commit(s) were added to refs/heads/main by this push:
     new 6674bed  Update `apache/logging-parent` to version `` (#10)
6674bed is described below

commit 6674bed0313b07251c28a64b5622a8fc6ccc44a5
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Dec 25 20:57:16 2023 +0000

    Update `apache/logging-parent` to version `` (#10)
---
 .github/workflows/build.yaml                          | 6 +++---
 .github/workflows/codeql-analysis.yml                 | 2 +-
 .github/workflows/merge-dependabot.yaml               | 4 ++--
 .github/workflows/scorecards-analysis.yml             | 2 +-
 src/changelog/.3.x.x/update_apache_logging_parent.xml | 8 ++++++++
 src/site/_release-notes/_3.x.x.adoc                   | 1 +
 6 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 0f3f1de..dd9feb3 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -38,14 +38,14 @@ jobs:
 
   build:
     if: github.actor != 'dependabot[bot]'
-    uses: 
apache/logging-parent/.github/workflows/build-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e
 # 10.4.0
+    uses: 
apache/logging-parent/.github/workflows/build-reusable.yaml@41c16b60b32a75e63ed9d5143d8432fdccfafa1c
 # 10.4.0
     with:
       site-enabled: true
 
   deploy-snapshot:
     needs: build
     if: github.repository == 'apache/logging-log4j-jakarta' && github.ref_name 
== 'main'
-    uses: 
apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e
 # 10.4.0
+    uses: 
apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@41c16b60b32a75e63ed9d5143d8432fdccfafa1c
 # 10.4.0
     # Secrets for deployments
     secrets:
       NEXUS_USER: ${{ secrets.NEXUS_USER }}
@@ -54,7 +54,7 @@ jobs:
   deploy-release:
     needs: build
     if: github.repository == 'apache/logging-log4j-jakarta' && 
startsWith(github.ref_name, 'release/')
-    uses: 
apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e
 # 10.4.0
+    uses: 
apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@41c16b60b32a75e63ed9d5143d8432fdccfafa1c
 # 10.4.0
     # Secrets for deployments
     secrets:
       GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 031e60d..9c519b0 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ permissions: read-all
 jobs:
 
   analyze:
-    uses: 
apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e
 # 10.4.0
+    uses: 
apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@41c16b60b32a75e63ed9d5143d8432fdccfafa1c
 # 10.4.0
     # Permissions required to publish Security Alerts
     permissions:
       actions: read
diff --git a/.github/workflows/merge-dependabot.yaml 
b/.github/workflows/merge-dependabot.yaml
index 3ed4236..287dbfd 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -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@e45457c683302242be5e8e7c3c33edf8f0e0ec0e
 # 10.4.0
+    uses: 
apache/logging-parent/.github/workflows/build-reusable.yaml@41c16b60b32a75e63ed9d5143d8432fdccfafa1c
 # 10.4.0
 
   merge-dependabot:
     needs: build
-    uses: 
apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e
 # 10.4.0
+    uses: 
apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@41c16b60b32a75e63ed9d5143d8432fdccfafa1c
 # 10.4.0
     permissions:
       contents: write                                       # to push 
changelog commits
       pull-requests: write                                  # to close the PR
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 56e5ca6..9f8d4a8 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -29,7 +29,7 @@ permissions: read-all
 jobs:
 
   analysis:
-    uses: 
apache/logging-parent/.github/workflows/scorecards-analysis-reusable.yaml@e45457c683302242be5e8e7c3c33edf8f0e0ec0e
 # 10.4.0
+    uses: 
apache/logging-parent/.github/workflows/scorecards-analysis-reusable.yaml@41c16b60b32a75e63ed9d5143d8432fdccfafa1c
 # 10.4.0
     permissions:
       # Needed to upload the results to the code-scanning dashboard.
       security-events: write
diff --git a/src/changelog/.3.x.x/update_apache_logging_parent.xml 
b/src/changelog/.3.x.x/update_apache_logging_parent.xml
new file mode 100644
index 0000000..166d7c3
--- /dev/null
+++ b/src/changelog/.3.x.x/update_apache_logging_parent.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xmlns="http://logging.apache.org/log4j/changelog";
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.2.xsd";
+       type="changed">
+  <issue id="10" 
link="https://github.com/apache/logging-log4j-jakarta/pull/10"/>
+  <description format="asciidoc">Update `apache/logging-parent` to version 
``</description>
+</entry>
diff --git a/src/site/_release-notes/_3.x.x.adoc 
b/src/site/_release-notes/_3.x.x.adoc
index 81c32bb..d8ea07e 100644
--- a/src/site/_release-notes/_3.x.x.adoc
+++ b/src/site/_release-notes/_3.x.x.adoc
@@ -49,6 +49,7 @@ This minor release contains various bug fixes and 
improvements.
 ==== Changed
 
 * Fork Jakarta-specific components from `logging-log4j2` repository to 
`logging-log4j-jakarta` 
(https://github.com/apache/logging-log4j2/issues/1966[#1966])
+* Update `apache/logging-parent` to version `` 
(https://github.com/apache/logging-log4j-jakarta/pull/10[10])
 * Update `commons-logging:commons-logging` to version `1.3.0` 
(https://github.com/apache/logging-log4j-jakarta/pull/7[7])
 * Update `org.apache.logging:logging-parent` to version `10.5.0` 
(https://github.com/apache/logging-log4j-jakarta/pull/9[9])
 * Update `org.junit:junit-bom` to version `5.10.1` 
(https://github.com/apache/logging-log4j-jakarta/pull/1[1])

Reply via email to