Skip to content

Commit da15a2d

Browse files
committed
Update actions/upload-artifact to version 4.1.0 (#2190)
1 parent dd0c52a commit da15a2d

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
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@c7d193f32edcb7bfad88892161225aeda64e9392 # 3.1.0
66+
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # 3.1.0
6767
with:
6868
name: SARIF file
6969
path: results.sarif
Lines changed: 8 additions & 0 deletions
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="2190" link="https://github.com/apache/logging-log4j2/pull/2190"/>
7+
<description format="asciidoc">Update `actions/upload-artifact` to version `4.1.0`</description>
8+
</entry>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This releases contains ...
4242
[#release-notes-2-x-x-updated]
4343
=== Updated
4444
45+
* Update `actions/upload-artifact` to version `4.1.0` (https://github.com/apache/logging-log4j2/pull/2190[2190])
4546
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j2/pull/2192[2192])
4647
* Update `co.elastic.clients:elasticsearch-java` to version `8.11.4` (https://github.com/apache/logging-log4j2/pull/2180[2180])
4748
* 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)