Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 642f72f

Browse files
Bump actions/upload-artifact from 3.1.0 to 3.1.2 (#38713)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.0...0b7f8ab) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1812863 commit 642f72f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
# Upload the results as artifacts (optional).
5959
- name: "Upload artifact"
60-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
60+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
6161
with:
6262
name: SARIF file
6363
path: results.sarif

.github/workflows/third_party_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4444
# format to the repository Actions tab.
4545
- name: "Upload artifact"
46-
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535
46+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
4747
with:
4848
name: SARIF file
4949
path: osvReport.sarif

0 commit comments

Comments
 (0)