File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1- name : " CodeQL"
1+ name : ' CodeQL'
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [master]
66 pull_request :
7- branches : [ master ]
7+ branches : [master]
88 schedule :
99 - cron : ' 16 5 * * 2'
1010
@@ -18,16 +18,16 @@ jobs:
1818 security-events : write
1919
2020 steps :
21- - name : Checkout repository
22- uses : actions/checkout@v3
21+ - name : Checkout repository
22+ uses : actions/checkout@v3
2323
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'
2828
29- - name : Autobuild
30- uses : github/codeql-action/autobuild@v2
29+ - name : Autobuild
30+ uses : github/codeql-action/autobuild@v2
3131
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 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- python-version : [" 3.11" ]
13+ python-version : [' 3.11' ]
1414 steps :
1515 - uses : actions/checkout@v3
1616
6969 AWS_S3_BUCKET : ${{ secrets.AWS_S3_BUCKET }}
7070 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
7171 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
7474
7575 - name : Purge cache on Cloudflare
7676 if : env.PUBLISH == 'true'
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- python-version : [" 3.9", " 3.11" ]
12+ python-version : [' 3.9', ' 3.11' ]
1313 steps :
1414 - uses : actions/checkout@v3
1515
5454
5555 strategy :
5656 matrix :
57- python-version : [" 3.11" ]
57+ python-version : [' 3.11' ]
5858
5959 steps :
6060 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments