We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5cd44c commit 721d523Copy full SHA for 721d523
.github/workflows/scorecard.yml
@@ -17,7 +17,7 @@ permissions: read-all
17
jobs:
18
analysis:
19
name: Scorecard analysis
20
- runs-on: ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-latest' }}
+ runs-on: ubuntu-latest
21
permissions:
22
# Needed to upload the results to code-scanning dashboard.
23
security-events: write
0 commit comments