Skip to content

Commit c13a528

Browse files
Removed trailing whitespace. ( Fix for #29 )
1 parent b66f119 commit c13a528

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/scorecards-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Scorecards supply-chain security
2-
on:
2+
on:
33
# Only the default branch is supported.
44
branch_protection_rule:
55
schedule:
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
# Needed to upload the results to code-scanning dashboard.
1919
security-events: write
20-
20+
2121
steps:
2222
- name: "Checkout code"
2323
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
@@ -34,7 +34,7 @@ jobs:
3434
repo_token: ${{ secrets.SCORECARD_TOKEN }}
3535
# Publish the results to enable scorecard badges. For more details, see
3636
# https://github.com/ossf/scorecard-action#publishing-results.
37-
# If you are installing the action on a private repo, set it to `publish_results: false`
37+
# If you are installing the action on a private repo, set it to `publish_results: false`
3838
# or comment out the following line.
3939
publish_results: true
4040

@@ -45,7 +45,7 @@ jobs:
4545
name: SARIF file
4646
path: results.sarif
4747
retention-days: 5
48-
48+
4949
# Upload the results to GitHub's code scanning dashboard.
5050
- name: "Upload to code-scanning"
5151
uses: github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # v1.0.26

0 commit comments

Comments
 (0)