Skip to content

Commit bd9992a

Browse files
authored
Revert GHA fail-fast for OpenSSF workflow (#54382)
1 parent 1a8c7ae commit bd9992a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ on:
1717
# Declare default permissions as read only.
1818
permissions: read-all
1919

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-
2620
jobs:
2721
analysis:
2822
name: Scorecard analysis
@@ -40,7 +34,7 @@ jobs:
4034
persist-credentials: false
4135

4236
- name: "Run analysis"
43-
uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6
37+
uses: ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2.1.3
4438
with:
4539
results_file: results.sarif
4640
results_format: sarif

0 commit comments

Comments
 (0)