Skip to content

Commit 3e3f7cc

Browse files
committed
reformatting
1 parent 72e0a55 commit 3e3f7cc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/security-scorecard.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,24 @@ jobs:
1919
permissions:
2020
security-events: write
2121
id-token: write
22-
2322
steps:
2423
- name: "Checkout code"
2524
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2625
with:
2726
persist-credentials: false
28-
2927
- name: "Run analysis"
3028
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
3129
with:
3230
results_file: results.sarif
3331
results_format: sarif
3432
publish_results: true
3533
repo_token: ${{ secrets.SCORECARD_TOKEN }}
36-
3734
- name: "Upload results"
3835
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
3936
with:
4037
name: SARIF file
4138
path: results.sarif
4239
retention-days: 5
43-
44-
# Upload the results to GitHub's code scanning dashboard.
4540
- name: "Upload to code-scanning"
4641
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
4742
with:

0 commit comments

Comments
 (0)