We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9711433 commit acc5514Copy full SHA for acc5514
.github/workflows/scorecard.yml
@@ -7,11 +7,7 @@ on:
7
# For Branch-Protection check. Only the default branch is supported. See
8
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
9
branch_protection_rule:
10
- # To guarantee Maintained check is occasionally updated. See
11
- # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
12
- schedule:
13
- - cron: '35 16 * * 6'
14
- push:
+ pull_request:
15
branches: [ "main" ]
16
17
# Declare default permissions as read only.
@@ -32,7 +28,7 @@ jobs:
32
28
33
29
steps:
34
30
- name: "Checkout code"
35
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
31
+ uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
36
with:
37
persist-credentials: false
38
0 commit comments