Merge pull request #77 from AAdewunmi/fix-main-errors

ci(scorecard): disable publish_results on fork to fix api limits
This commit is contained in:
Adrian Adewunmi 2026-07-24 13:21:52 +01:00 committed by GitHub
commit 7fed1eeff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
# For private repositories:
# - `publish_results` will always be set to `false`, regardless
# of the value entered here.
publish_results: true
publish_results: false
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.