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 1a8c7ae commit bd9992aCopy full SHA for bd9992a
.github/workflows/scorecard.yml
@@ -17,12 +17,6 @@ on:
17
# Declare default permissions as read only.
18
permissions: read-all
19
20
-# Ensure scripts are run with pipefail. See:
21
-# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference
22
-defaults:
23
- run:
24
- shell: bash
25
-
26
jobs:
27
analysis:
28
name: Scorecard analysis
@@ -40,7 +34,7 @@ jobs:
40
34
persist-credentials: false
41
35
42
36
- name: "Run analysis"
43
- uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6
37
+ uses: ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2.1.3
44
38
with:
45
39
results_file: results.sarif
46
results_format: sarif
0 commit comments