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.
1 parent a20d906 commit 74cafb7Copy full SHA for 74cafb7
1 file changed
.github/workflows/scorecard.yml
@@ -16,12 +16,12 @@ permissions:
16
17
jobs:
18
scorecard:
19
- uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@09e7023d24682621bea4e11965a1ef5e87d86c3b
+ uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e
20
# Reusable called-workflow permissions are CAPPED by the caller's grants;
21
# without security-events: write here the scorecard SARIF upload fails with
22
# startup_failure (hypatia WF018). id-token: write enables OIDC publish.
23
permissions:
24
contents: read
25
security-events: write
26
id-token: write
27
- timeout-minutes: 15
+ timeout-minutes: 15
0 commit comments