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 899edbc commit 3e36c6eCopy full SHA for 3e36c6e
.github/workflows/coverage-linux-without-intl.yml
@@ -48,7 +48,6 @@ 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,6 +22,7 @@ jobs:
22
analysis:
23
name: Scorecard analysis
24
# cannot use ubuntu-slim here because ossf/scorecard-action is dockerized
25
+ # cannot use ubuntu-24.04-arm here because the docker image is x86 only
26
runs-on: ubuntu-latest
27
permissions:
28
# Needed to upload the results to code-scanning dashboard.
0 commit comments