◐ Shell
clean mode source ↗

tools: roll back to x86 runner on `scorecard.yml` · nodejs/node@f279233

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