We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faeae41 commit 504f134Copy full SHA for 504f134
.github/workflows/scorecard-analysis.yml
@@ -31,10 +31,10 @@ jobs:
31
repo_token: ${{ secrets.GITHUB_TOKEN }}
32
# Scorecard team runs a weekly scan of public GitHub repos,
33
# see https://github.com/ossf/scorecard#public-data.
34
- # Setting `share_results: true` helps us scale by leveraging your workflow to
+ # Setting `publish_results: true` helps us scale by leveraging your workflow to
35
# extract the results instead of relying on our own infrastructure to run scans.
36
# And it's free for you!
37
- share_results: true
+ publish_results: true
38
39
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
40
# Optional.
0 commit comments