Skip to content

Commit

Permalink
ci(scorecards): change runner-image to ubuntu-22.04 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer authored May 19, 2024
1 parent d41ad4d commit a44acdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
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-22.04
permissions:
# Needed if using Code scanning alerts
security-events: write
Expand Down

0 comments on commit a44acdd

Please sign in to comment.