Skip to content

Commit 8082dc4

Browse files
Bump actions/upload-artifact from 4.4.0 to 4.4.3 (#456)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c25d363 commit 8082dc4

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
@@ -63,7 +63,7 @@ jobs:
6363
results_format: sarif
6464
repo_token: ${{ secrets.GITHUB_TOKEN }}
6565
publish_results: true
66-
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
66+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
6767
with:
6868
name: SARIF file
6969
path: results.sarif

.github/workflows/security-report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
sarifReportDir: ${{ github.workspace }}
3232
template: report
3333
token: ${{ secrets.GITHUB_TOKEN }}
34-
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
34+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
3535
with:
3636
name: Security Report Summary
3737
path: ./*.pdf

0 commit comments

Comments
 (0)