Skip to content

Commit

Permalink
fix scorecard job
Browse files Browse the repository at this point in the history
The scorecard action must run on the official GitHub-hosted
ubuntu runners...
  • Loading branch information
pbalcer committed Aug 5, 2024
1 parent b5cd44c commit 721d523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions: read-all
jobs:
analysis:
name: Scorecard analysis
runs-on: ${{ github.repository_owner == 'oneapi-src' && 'intel-ubuntu-22.04' || 'ubuntu-latest' }}
runs-on: ubuntu-latest
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
Expand Down

0 comments on commit 721d523

Please sign in to comment.