Skip to content

Commit ad38c1e

Browse files
build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (#526)
1 parent 96737d6 commit ad38c1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fuzz-seconds: 300
3535
sanitizer: ${{ matrix.sanitizer }}
3636
- name: Upload Crash
37-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
37+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
3838
if: steps.build.outcome == 'success'
3939
with:
4040
name: ${{ matrix.sanitizer }}-artifacts

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5858
# format to the repository Actions tab.
5959
- name: "Upload artifact"
60-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
60+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
6161
with:
6262
name: SARIF file
6363
path: results.sarif

0 commit comments

Comments
 (0)