Skip to content

Commit 86e4d4d

Browse files
committed
deps(actions): upgrade and pin actions/upload-artifact to v3.1.3
1 parent 503a82b commit 86e4d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- run: make go-mod-tidy
1414
- run: make go-mod-download
1515
- run: tar -cvf ./src.tar.gz ./ # preserve file permissions
16-
- uses: actions/upload-artifact@v3
16+
- uses: actions/upload-artifact@va8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
1717
with:
1818
name: src
1919
path: ./src.tar.gz

.github/workflows/ossf-scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
sarif_file: results.sarif
4545
-
4646
name: "Upload analysis results as 'Job Artifact'"
47-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
47+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
4848
with:
4949
name: SARIF file
5050
path: results.sarif

0 commit comments

Comments
 (0)