Skip to content

Commit 84f5e70

Browse files
authored
Merge pull request #1927 from pbalcer/fix-scorecard
fix scorecard job
2 parents b5cd44c + 721d523 commit 84f5e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions: read-all
1717
jobs:
1818
analysis:
1919
name: Scorecard analysis
20-
runs-on: ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-latest' }}
20+
runs-on: ubuntu-latest
2121
permissions:
2222
# Needed to upload the results to code-scanning dashboard.
2323
security-events: write

0 commit comments

Comments
 (0)