Skip to content

Commit 809ea17

Browse files
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#221)
1 parent b8e9c3e commit 809ea17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
results_format: sarif
4949
repo_token: ${{ secrets.GITHUB_TOKEN }}
5050
publish_results: true
51-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
51+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
5252
with:
5353
name: SARIF file
5454
path: results.sarif

.github/workflows/security-report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sarifReportDir: ${{ github.workspace }}
3636
template: report
3737
token: ${{ secrets.GITHUB_TOKEN }}
38-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
38+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
3939
with:
4040
name: Security Report Summary
4141
path: ./*.pdf

0 commit comments

Comments
 (0)