Skip to content

Commit fbb7096

Browse files
Bump actions/upload-artifact from 3.1.0 to 3.1.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@3cea537...83fd05a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec3ad7f commit fbb7096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecards-analysis.yml

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

4747
# Upload the results as artifacts (optional).
4848
- name: Upload artifact
49-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
49+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
5050
with:
5151
name: SARIF file
5252
path: results.sarif

0 commit comments

Comments
 (0)