Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f279233

Browse filesBrowse files
committed
tools: roll back to x86 runner on scorecard.yml
PR-URL: #61944 Refs: #61903 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 21d4baf commit f279233
Copy full SHA for f279233

1 file changed

+2-1Lines changed: 2 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/scorecard.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/scorecard.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
analysis:
2323
name: Scorecard analysis
2424
# 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
2627
permissions:
2728
# Needed to upload the results to code-scanning dashboard.
2829
security-events: write

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.