File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,14 @@ permissions: read-all
15
15
jobs :
16
16
analysis :
17
17
name : Scorecard analysis
18
- runs-on : ${{ github.repository_owner == 'intel' && 'intel- ubuntu-latest' || 'ubuntu-latest' }}
18
+ runs-on : ubuntu-latest
19
19
permissions :
20
20
security-events : write
21
21
id-token : write
22
22
23
23
steps :
24
- - name : Harden Runner
25
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
26
- with :
27
- egress-policy : audit
28
-
29
24
- name : " Checkout code"
30
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
26
with :
32
27
persist-credentials : false
33
28
38
33
results_format : sarif
39
34
publish_results : true
40
35
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
-
You can’t perform that action at this time.
0 commit comments