From 721d523468f33831ffa08a810471e249ea2e9154 Mon Sep 17 00:00:00 2001 From: Piotr Balcer Date: Mon, 5 Aug 2024 15:54:46 +0200 Subject: [PATCH] fix scorecard job The scorecard action must run on the official GitHub-hosted ubuntu runners... --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 26040c883a..693cfdd9e5 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -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