File tree Expand file tree Collapse file tree 5 files changed +19
-0
lines changed Expand file tree Collapse file tree 5 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 99 schedule :
1010 - cron : ' 0 6 * * 4'
1111
12+ permissions :
13+ contents : read
14+
1215jobs :
1316 analyze :
17+ permissions :
18+ actions : read # for github/codeql-action/init to get workflow details
19+ contents : read # for actions/checkout to fetch code
20+ security-events : write # for github/codeql-action/autobuild to send a status report
1421 name : Analyze
1522 runs-on : ubuntu-latest
1623
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ name: Doc
44
55on : [push, pull_request]
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 doc :
912 strategy :
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ name: Format
44
55on : [push, pull_request]
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 lint :
912 strategy :
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ name: Lint
44
55on : [push, pull_request]
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 lint :
912 strategy :
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ name: MyPy
44
55on : [push, pull_request]
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 mypy :
912 strategy :
You can’t perform that action at this time.
0 commit comments