File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 7
7
branches :
8
8
- master
9
9
schedule :
10
- - cron : ' 33 12 * * 3'
10
+ - cron : " 33 12 * * 3"
11
11
jobs :
12
12
analyze :
13
13
name : analyze
@@ -19,15 +19,15 @@ jobs:
19
19
strategy :
20
20
fail-fast : false
21
21
matrix :
22
- language : [ ' python' ]
22
+ language : [" python" ]
23
23
steps :
24
- - name : Checkout repository
25
- uses : actions/checkout@v3
26
- - name : Initialize CodeQL
27
- uses : github/codeql-action/init@v2
28
- with :
29
- languages : ${{ matrix.language }}
30
- - name : Autobuild
31
- uses : github/codeql-action/autobuild@v2
32
- - name : Perform CodeQL Analysis
33
- uses : github/codeql-action/analyze@v2
24
+ - name : Checkout repository
25
+ uses : actions/checkout@v3
26
+ - name : Initialize CodeQL
27
+ uses : github/codeql-action/init@v3
28
+ with :
29
+ languages : ${{ matrix.language }}
30
+ - name : Autobuild
31
+ uses : github/codeql-action/autobuild@v3
32
+ - name : Perform CodeQL Analysis
33
+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments