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.
scorecard.yml
1 parent a664168 commit 899edbcCopy full SHA for 899edbc
.github/workflows/coverage-linux-without-intl.yml
@@ -48,6 +48,7 @@ permissions:
48
jobs:
49
coverage-linux-without-intl:
50
if: github.event.pull_request.draft == false
51
+ # cannot use ubuntu-24.04-arm here because ossf/scorecard-action docker image is x86 only
52
runs-on: ubuntu-24.04
53
steps:
54
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
.github/workflows/scorecard.yml
@@ -22,7 +22,7 @@ jobs:
22
analysis:
23
name: Scorecard analysis
24
# cannot use ubuntu-slim here because ossf/scorecard-action is dockerized
25
- runs-on: ubuntu-24.04-arm
+ runs-on: ubuntu-latest
26
permissions:
27
# Needed to upload the results to code-scanning dashboard.
28
security-events: write
0 commit comments