| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 21d4baf commit f279233
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,8 @@ jobs: | |||
| 22 | 22 | analysis: | |
| 23 | 23 | name: Scorecard analysis | |
| 24 | 24 | # cannot use ubuntu-slim here because ossf/scorecard-action is dockerized | |
| 25 | - runs-on: ubuntu-24.04-arm | ||
| 25 | + # cannot use ubuntu-24.04-arm here because the docker image is x86 only | ||
| 26 | + runs-on: ubuntu-latest | ||
| 26 | 27 | permissions: | |
| 27 | 28 | # Needed to upload the results to code-scanning dashboard. | |
| 28 | 29 | security-events: write | |
| Back | FazBrowse Home | New Git URL |
0 commit comments