Skip to content

Commit 476c8cb

Browse files
[HOTFIX] Removed hardening action from scorecards.yml
1 parent 9622675 commit 476c8cb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/scorecard.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,11 @@ jobs:
2424
security-events: write
2525
# Needed for GitHub OIDC token if publish_results is true
2626
id-token: write
27-
2827
steps:
2928
- name: "Checkout repository"
3029
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3130
with:
3231
persist-credentials: false
33-
- name: Harden-Runner
34-
uses: step-security/[email protected]
3532
- name: "Run analysis"
3633
uses: ossf/scorecard-action@83a1bb1ff6a010f9ab75ad12160fe70252c99b71 # v2.4.1
3734
with:
@@ -45,7 +42,6 @@ jobs:
4542
# If you are installing the action on a private repo, set it to `publish_results: false`
4643
# or comment out the following line.
4744
publish_results: true
48-
4945
# Upload the results as artifacts (optional). Commenting out will disable
5046
# uploads of run results in SARIF format to the repository Actions tab.
5147
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
@@ -55,7 +51,6 @@ jobs:
5551
name: SARIF file
5652
path: results.sarif
5753
retention-days: 5
58-
5954
# Upload the results to GitHub's code scanning dashboard.
6055
- name: "Upload to code-scanning"
6156
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5

0 commit comments

Comments
 (0)