File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ version : 2
3
+ updates :
4
+ - package-ecosystem : " github-actions"
5
+ directory : " /" # Location of your workflow files
6
+ schedule :
7
+ interval : " weekly" # Options: daily, weekly, monthly
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- name : Checkout
27
27
uses : actions/checkout@v3
28
+ with :
29
+ persist-credentials : false
28
30
29
31
- name : Initialize CodeQL
30
32
uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 1
1
2
2
name : Validate Python Code
3
+ permissions :
4
+ contents : read
3
5
4
6
on :
5
7
push :
21
23
22
24
steps :
23
25
- uses : actions/checkout@v3
26
+ with :
27
+ persist-credentials : false
24
28
- name : Set up Python ${{ matrix.python-version }}
25
29
uses : actions/setup-python@v3
26
30
with :
65
69
66
70
steps :
67
71
- uses : actions/checkout@v3
72
+ with :
73
+ persist-credentials : false
68
74
- name : Set up Python ${{ matrix.python-version }}
69
75
uses : actions/setup-python@v3
70
76
with :
You can’t perform that action at this time.
0 commit comments