File tree 2 files changed +20
-6
lines changed 2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change
1
+ # See Dependabot documentation for all configuration options:
2
+ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
+
4
+ version : 2
5
+ updates :
6
+ - package-ecosystem : " github-actions"
7
+ directory : " /"
8
+ schedule :
9
+ interval : " daily"
10
+ reviewers :
11
+ - " hixie"
12
+ - " godofredoc"
13
+ labels :
14
+ - " team"
15
+ - " team: infra"
16
+ - " waiting for tree to go green"
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: Scorecards supply-chain security
2
2
on :
3
3
# Only the default branch is supported.
4
4
branch_protection_rule :
5
- schedule :
6
- - cron : ' 37 18 * * 2'
7
5
push :
8
6
branches : [ main ]
9
7
@@ -22,12 +20,12 @@ jobs:
22
20
23
21
steps :
24
22
- name : " Checkout code"
25
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
23
+ uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
26
24
with :
27
25
persist-credentials : false
28
26
29
27
- name : " Run analysis"
30
- uses : ossf/scorecard-action@b614d455ee90608b5e36e3299cd50d457eb37d5f # v1.0.3
28
+ uses : ossf/scorecard-action@b614d455ee90608b5e36e3299cd50d457eb37d5f
31
29
with :
32
30
results_file : results.sarif
33
31
results_format : sarif
@@ -42,14 +40,14 @@ jobs:
42
40
43
41
# Upload the results as artifacts (optional).
44
42
- name : " Upload artifact"
45
- uses : actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2.3.1
43
+ uses : actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
46
44
with :
47
45
name : SARIF file
48
46
path : results.sarif
49
47
retention-days : 5
50
48
51
49
# Upload the results to GitHub's code scanning dashboard.
52
50
- name : " Upload to code-scanning"
53
- uses : github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # v1.0.26
51
+ uses : github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5
54
52
with :
55
53
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments