Skip to content

Commit d9ebc2b

Browse files
Merge pull request #4617 from intel/sfblackl-intel-patch-1
Update scorecard.yml
2 parents 8f24131 + 7dd4aa6 commit d9ebc2b

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/scorecard.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,14 @@ permissions: read-all
1515
jobs:
1616
analysis:
1717
name: Scorecard analysis
18-
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
18+
runs-on: ubuntu-latest
1919
permissions:
2020
security-events: write
2121
id-token: write
2222

2323
steps:
24-
- name: Harden Runner
25-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
26-
with:
27-
egress-policy: audit
28-
2924
- name: "Checkout code"
30-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3126
with:
3227
persist-credentials: false
3328

@@ -38,10 +33,3 @@ jobs:
3833
results_format: sarif
3934
publish_results: true
4035

41-
- name: "Upload artifact"
42-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
43-
with:
44-
name: SARIF file
45-
path: results.sarif
46-
retention-days: 5
47-

0 commit comments

Comments
 (0)