Skip to content

Commit acc5514

Browse files
committed
update checkout version and set pr trigger
Signed-off-by: Jordan Dubrick <[email protected]>
1 parent 9711433 commit acc5514

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/scorecard.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ on:
77
# For Branch-Protection check. Only the default branch is supported. See
88
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
99
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:
10+
pull_request:
1511
branches: [ "main" ]
1612

1713
# Declare default permissions as read only.
@@ -32,7 +28,7 @@ jobs:
3228

3329
steps:
3430
- name: "Checkout code"
35-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
31+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3632
with:
3733
persist-credentials: false
3834

0 commit comments

Comments
 (0)