From be580bebfc478babe276fd90813dd0a946da6f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Kreileder?= Date: Thu, 16 May 2024 14:30:27 +0200 Subject: [PATCH] Update Scorecard workflow to use `ubuntu-latest` instead of `ubuntu-24.04` (#316) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using ubuntu-24.04 fails due to https://github.com/ossf/scorecard-action/issues/1150 Signed-off-by: Jürgen Kreileder --- .github/workflows/scorecard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 0884867..b62634b 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -18,7 +18,7 @@ permissions: read-all jobs: analysis: name: Scorecard analysis - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest permissions: # Needed to upload the results to code-scanning dashboard. security-events: write