Skip to content

Commit

Permalink
Update Scorecard workflow to use ubuntu-latest instead of `ubuntu-2…
Browse files Browse the repository at this point in the history
…4.04`

Using ubuntu-24.04 fails due to ossf/scorecard-action#1150

Signed-off-by: Jürgen Kreileder <jk@blackdown.de>
  • Loading branch information
jkreileder committed May 16, 2024
1 parent 046c80d commit eac320c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eac320c

Please sign in to comment.