Skip to content

Commit 8f9aa6f

Browse files
authored
Merge pull request #165 from AlphaOne1/fix_scorecard
Fix scorecard indentation.
2 parents 48c23b0 + 7ae5717 commit 8f9aa6f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ jobs:
6060
# of the value entered here.
6161
publish_results: true
6262

63-
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64-
# format to the repository Actions tab.
65-
- name: "Upload artifact"
66-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
67-
with:
68-
name: SARIF file
69-
path: results.sarif
70-
retention-days: 5
63+
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64+
# format to the repository Actions tab.
65+
- name: "Upload artifact"
66+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
67+
with:
68+
name: SARIF file
69+
path: results.sarif
70+
retention-days: 5
7171

7272
# Upload the results to GitHub's code scanning dashboard (optional).
7373
# Commenting out will disable upload of results to your repo's Code Scanning dashboard

0 commit comments

Comments
 (0)