Skip to content

Commit 5b20aa9

Browse files
committed
Update actions/checkout to version 4.1.2 (#2370)
1 parent 6a2c179 commit 5b20aa9

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/scorecards-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747

4848
- name: "Checkout code"
49-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
49+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2
5050
with:
5151
persist-credentials: false
5252

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="2370" link="https://github.com/apache/logging-log4j2/pull/2370"/>
7+
<description format="asciidoc">Update `actions/checkout` to version `4.1.2`</description>
8+
</entry>

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

+1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ This releases contains ...
2626
[#release-notes-2-x-x-updated]
2727
=== Updated
2828
29+
* Update `actions/checkout` to version `4.1.2` (https://github.com/apache/logging-log4j2/pull/2370[2370])
2930
* Update `com.fasterxml.jackson:jackson-bom` to version `2.17.0` (https://github.com/apache/logging-log4j2/pull/2372[2372])
3031
* Update `org.apache.commons:commons-compress` to version `1.26.1` (https://github.com/apache/logging-log4j2/pull/2361[2361])

0 commit comments

Comments
 (0)