File tree Expand file tree Collapse file tree 2 files changed +14
-15
lines changed
Expand file tree Collapse file tree 2 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: "CodeQL"
22
33on :
44 push :
5- branches : [ "main" ]
5+ branches : ["main"]
66 pull_request :
77 # The branches below must be a subset of the branches above
8- branches : [ "main" ]
8+ branches : ["main"]
99 schedule :
10- - cron : ' 38 4 * * 2'
10+ - cron : " 38 4 * * 2"
1111
1212jobs :
1313 analyze :
@@ -20,15 +20,15 @@ jobs:
2020 strategy :
2121 fail-fast : false
2222 matrix :
23- language : [ ' python' ]
23+ language : [" python" ]
2424 steps :
25- - name : Checkout repository
26- uses : actions/checkout@v4
27- - name : Initialize CodeQL
28- uses : github/codeql-action/init@v3
29- with :
30- languages : ${{ matrix.language }}
31- - name : Perform CodeQL Analysis
32- uses : github/codeql-action/analyze@v3
33- with :
34- category : " /language:${{matrix.language}}"
25+ - name : Checkout repository
26+ uses : actions/checkout@v4
27+ - name : Initialize CodeQL
28+ uses : github/codeql-action/init@v3
29+ with :
30+ languages : ${{ matrix.language }}
31+ - name : Perform CodeQL Analysis
32+ uses : github/codeql-action/analyze@v3
33+ with :
34+ category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3434 FILTER_REGEX_EXCLUDE : (.*/)?(LICENSE)
3535 YAML_CONFIG_FILE : .yamllint.yaml
3636 PYTHON_FLAKE8_CONFIG_FILE : .flake8
37-
You can’t perform that action at this time.
0 commit comments