Skip to content

Commit a0d7a69

Browse files
authored
Update scorecard.yml
1 parent 42b4201 commit a0d7a69

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/scorecard.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ on:
99
branch_protection_rule:
1010
# To guarantee Maintained check is occasionally updated. See
1111
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
12-
schedule:
13-
- cron: '26 11 * * 5'
14-
push:
15-
branches: [ "master" ]
12+
# schedule:
13+
# - cron: '26 2 * * *'
14+
# push:
15+
# branches: [ "main" ]
16+
workflow_dispatch:
17+
# pull_request:
1618

1719
# Declare default permissions as read only.
1820
permissions: read-all
@@ -37,7 +39,7 @@ jobs:
3739
persist-credentials: false
3840

3941
- name: "Run analysis"
40-
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
42+
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
4143
with:
4244
results_file: results.sarif
4345
results_format: sarif

0 commit comments

Comments
 (0)