Skip to content

Commit f011708

Browse files
authored
Merge pull request #111 from marcusburghardt/upload_name
chore: more specific name for uploaded artifact
2 parents 2e56ca8 + 54338a3 commit f011708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/osv-scanner-reusable-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
if: ${{ !cancelled() }}
102102
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
103103
with:
104-
name: SARIF file
104+
name: OSV Scanner SARIF file
105105
path: ${{ inputs.matrix-property }}${{ inputs.results-file-name }}
106106
retention-days: 5
107107
- name: "Upload old scan json results"

.github/workflows/osv-scanner-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
if: ${{ !cancelled() }}
100100
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
101101
with:
102-
name: ${{ inputs.matrix-property }}SARIF file
102+
name: ${{ inputs.matrix-property }}OSV Scanner SARIF file
103103
path: ${{ inputs.matrix-property }}${{ inputs.results-file-name }}
104104
retention-days: 5
105105
# Upload the results to GitHub's code scanning dashboard.

0 commit comments

Comments
 (0)