This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/10.5.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit d4b9485639c2424ee97dfc2bb8dde3d3f2dff4e1 Author: ASF Logging Services RM <[email protected]> AuthorDate: Wed Dec 13 10:18:52 2023 +0000 Update `github/codeql-action` to version `2.22.10` (#79) --- .github/workflows/codeql-analysis-reusable.yaml | 4 ++-- .github/workflows/scorecards-analysis-reusable.yaml | 2 +- .../10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml | 3 ++- src/site/_release-notes/_10.x.x.adoc | 14 ++++++++++++++ 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis-reusable.yaml b/.github/workflows/codeql-analysis-reusable.yaml index e8d9b7c..f86b200 100644 --- a/.github/workflows/codeql-analysis-reusable.yaml +++ b/.github/workflows/codeql-analysis-reusable.yaml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1 - name: Initialize CodeQL - uses: github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # 2.22.9 + uses: github/codeql-action/init@305f6546310b9203e892c28c1484e82977f4f63d # 2.22.10 with: languages: ${{ inputs.language }} @@ -63,4 +63,4 @@ jobs: clean verify - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # 2.22.9 + uses: github/codeql-action/analyze@305f6546310b9203e892c28c1484e82977f4f63d # 2.22.10 diff --git a/.github/workflows/scorecards-analysis-reusable.yaml b/.github/workflows/scorecards-analysis-reusable.yaml index 8075858..3110e71 100644 --- a/.github/workflows/scorecards-analysis-reusable.yaml +++ b/.github/workflows/scorecards-analysis-reusable.yaml @@ -54,6 +54,6 @@ jobs: retention-days: 5 - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # 2.1.22 + uses: github/codeql-action/upload-sarif@305f6546310b9203e892c28c1484e82977f4f63d # 2.1.22 with: sarif_file: results.sarif diff --git a/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml b/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml index 3569ef6..33451fe 100644 --- a/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml +++ b/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml @@ -3,5 +3,6 @@ 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"> - <description format="asciidoc">Update `biz.aQute.bnd:bnd-maven-plugin` to version `7.0.0`</description> + <issue id="79" link="https://github.com/apache/logging-parent/pull/79"/> + <description format="asciidoc">Update `github/codeql-action` to version `2.22.10`</description> </entry> diff --git a/src/site/_release-notes/_10.x.x.adoc b/src/site/_release-notes/_10.x.x.adoc index 8f67449..5886c2b 100644 --- a/src/site/_release-notes/_10.x.x.adoc +++ b/src/site/_release-notes/_10.x.x.adoc @@ -40,3 +40,17 @@ This minor release contains several small improvements. + +==== Changed + +* Switch from `bnd:jar` to `bnd:bnd-process` to improve integration with the ecosystem; IDEs, Maven plugins, etc. (https://github.com/apache/logging-parent/issues/69[69]) +* Update `actions/setup-java` to version `4.0.0` (https://github.com/apache/logging-parent/pull/67[67]) +* Update `biz.aQute.bnd:bnd-baseline-maven-plugin` to version `7.0.0` (https://github.com/apache/logging-parent/pull/78[78]) +* Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.1` (https://github.com/apache/logging-parent/pull/70[70]) +* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.2` (https://github.com/apache/logging-parent/pull/68[68]) +* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.2.0` (https://github.com/apache/logging-parent/pull/71[71]) +* Update `github/codeql-action` to version `2.22.10` (https://github.com/apache/logging-parent/pull/79[79]) +* Update `org.apache:apache` to version `31` (https://github.com/apache/logging-parent/pull/73[73]) +* Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version `0.6.0` (https://github.com/apache/logging-parent/pull/72[72]) +* Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0` (https://github.com/apache/logging-parent/pull/65[65]) +* Update `org.eclipse.jgit:org.eclipse.jgit` to version `6.8.0.202311291450-r` (https://github.com/apache/logging-parent/pull/74[74])
