Skip to content

Commit a19eea5

Browse files
committed
Update actions/upload-artifact to version 4.3.2 (#2490)
1 parent 2403e9c commit a19eea5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/scorecards-analysis.yaml

+1-1
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # 3.1.0
66+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # 3.1.0
6767
with:
6868
name: SARIF file
6969
path: results.sarif
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="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="updated">
6+
<issue id="2490" link="https://github.com/apache/logging-log4j2/pull/2490"/>
7+
<description format="asciidoc">Update `actions/upload-artifact` to version `4.3.2`</description>
8+
</entry>

0 commit comments

Comments
 (0)