File tree 3 files changed +18
-18
lines changed 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
- name : " CodeQL"
1
+ name : ' CodeQL'
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [master]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [master]
8
8
schedule :
9
9
- cron : ' 16 5 * * 2'
10
10
@@ -18,16 +18,16 @@ jobs:
18
18
security-events : write
19
19
20
20
steps :
21
- - name : Checkout repository
22
- uses : actions/checkout@v3
21
+ - name : Checkout repository
22
+ uses : actions/checkout@v3
23
23
24
- - name : Initialize CodeQL
25
- uses : github/codeql-action/init@v2
26
- with :
27
- languages : " python"
24
+ - name : Initialize CodeQL
25
+ uses : github/codeql-action/init@v2
26
+ with :
27
+ languages : ' python'
28
28
29
- - name : Autobuild
30
- uses : github/codeql-action/autobuild@v2
29
+ - name : Autobuild
30
+ uses : github/codeql-action/autobuild@v2
31
31
32
- - name : Perform CodeQL Analysis
33
- uses : github/codeql-action/analyze@v2
32
+ - name : Perform CodeQL Analysis
33
+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- python-version : [" 3.11" ]
13
+ python-version : [' 3.11' ]
14
14
steps :
15
15
- uses : actions/checkout@v3
16
16
69
69
AWS_S3_BUCKET : ${{ secrets.AWS_S3_BUCKET }}
70
70
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
71
71
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
72
- AWS_REGION : " us-west-1" # optional: defaults to us-east-1
73
- SOURCE_DIR : " docs/_build/html" # optional: defaults to entire repository
72
+ AWS_REGION : ' us-west-1' # optional: defaults to us-east-1
73
+ SOURCE_DIR : ' docs/_build/html' # optional: defaults to entire repository
74
74
75
75
- name : Purge cache on Cloudflare
76
76
if : env.PUBLISH == 'true'
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
strategy :
11
11
matrix :
12
- python-version : [" 3.9", " 3.11" ]
12
+ python-version : [' 3.9', ' 3.11' ]
13
13
steps :
14
14
- uses : actions/checkout@v3
15
15
54
54
55
55
strategy :
56
56
matrix :
57
- python-version : [" 3.11" ]
57
+ python-version : [' 3.11' ]
58
58
59
59
steps :
60
60
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments