We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1cda0 commit aa418f0Copy full SHA for aa418f0
.github/workflows/scorecard.yml
@@ -22,7 +22,7 @@ permissions: read-all
22
jobs:
23
analysis:
24
name: Scorecard analysis
25
- runs-on: ubuntu-24.04-arm
+ runs-on: ubuntu-24.04
26
# `publish_results: true` only works when run from the default branch. conditional can be removed if disabled.
27
if: github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request'
28
permissions:
0 commit comments