Skip to content

Commit d7febdd

Browse files
committed
Update actions/upload-artifact to version 4.3.0 (#2240)
1 parent f9cd92f commit d7febdd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/scorecards-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
publish_results: true
6464

6565
- name: "Upload artifact"
66-
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # 3.1.0
66+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # 3.1.0
6767
with:
6868
name: SARIF file
6969
path: results.sarif

src/changelog/.2.x.x/update_actions_upload_artifact.xml

Lines changed: 2 additions & 2 deletions
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.3.xsd"
55
type="updated">
6-
<issue id="2216" link="https://github.com/apache/logging-log4j2/pull/2216"/>
7-
<description format="asciidoc">Update `actions/upload-artifact` to version `4.2.0`</description>
6+
<issue id="2240" link="https://github.com/apache/logging-log4j2/pull/2240"/>
7+
<description format="asciidoc">Update `actions/upload-artifact` to version `4.3.0`</description>
88
</entry>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@ This releases contains ...
3737
[#release-notes-2-x-x-fixed]
3838
=== Fixed
3939
40+
* Fix forgotten `threadName` field in `RingBufferLogEvent#clear()` (https://github.com/apache/logging-log4j2/issues/2234[2234])
4041
* Fixed use of `SecurityManager` in `LoaderUtil` where `AccessController::doPrivileged` should only be invoked when a `SecurityManager` is installed. Some runtimes do not seem to have this method available. (https://github.com/apache/logging-log4j2/issues/2129[2129])
4142
* Fix `log4j-spring-cloud-config-client` dependencies to include only those required. (https://github.com/apache/logging-log4j2/pull/2157[2157])
4243
* Fix typo in Kubernetes `clientKeyData` configuration property.
4344
4445
[#release-notes-2-x-x-updated]
4546
=== Updated
4647
47-
* Update `actions/upload-artifact` to version `4.2.0` (https://github.com/apache/logging-log4j2/pull/2216[2216])
48+
* Update `actions/upload-artifact` to version `4.3.0` (https://github.com/apache/logging-log4j2/pull/2240[2240])
4849
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j2/pull/2192[2192])
4950
* Update `co.elastic.clients:elasticsearch-java` to version `8.12.0` (https://github.com/apache/logging-log4j2/pull/2212[2212])
5051
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126])

0 commit comments

Comments
 (0)