Skip to content

Commit 19f4050

Browse files
committed
Update github/codeql-action to version 2.22.5 (#1911)
1 parent b0f43d6 commit 19f4050

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/scorecards-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666
retention-days: 5
6767

6868
- name: "Upload to code-scanning"
69-
uses: github/codeql-action/upload-sarif@49abf0ba24d0b7953cb586944e918a0b92074c80 # 2.1.22
69+
uses: github/codeql-action/upload-sarif@74483a38d39275f33fcff5f35b679b5ca4a26a99 # 2.1.22
7070
with:
7171
sarif_file: results.sarif

src/changelog/.2.x.x/update_github_codeql_action.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="http://logging.apache.org/log4j/changelog"
44
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
55
type="changed">
6-
<issue id="1886" link="https://github.com/apache/logging-log4j2/pull/1886"/>
7-
<description format="asciidoc">Update `github/codeql-action` to version `2.22.4`</description>
6+
<issue id="1911" link="https://github.com/apache/logging-log4j2/pull/1911"/>
7+
<description format="asciidoc">Update `github/codeql-action` to version `2.22.5`</description>
88
</entry>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j
5353
* Update `com.fasterxml.jackson:jackson-bom` to version `2.15.3` (https://github.com/apache/logging-log4j2/pull/1894[1894])
5454
* Update `com.google.guava:guava` to version `32.1.3-jre` (https://github.com/apache/logging-log4j2/pull/1875[1875])
5555
* Update `com.h2database:h2` to version `2.2.224` (https://github.com/apache/logging-log4j2/pull/1880[1880])
56-
* Update `github/codeql-action` to version `2.22.4` (https://github.com/apache/logging-log4j2/pull/1886[1886])
56+
* Update `github/codeql-action` to version `2.22.5` (https://github.com/apache/logging-log4j2/pull/1911[1911])
5757
* Update `io.netty:netty-bom` to version `4.1.100.Final` (https://github.com/apache/logging-log4j2/pull/1857[1857])
5858
* Update `net.bytebuddy:byte-buddy` to version `1.14.9` (https://github.com/apache/logging-log4j2/pull/1891[1891])
5959
* Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version `2.7.13` (https://github.com/apache/logging-log4j2/pull/1900[1900])

0 commit comments

Comments
 (0)