File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 echo "STEP 2: Checking for code style warnings..."
6767 flake8 . --count --exit-zero --max-complexity=18 --max-line-length=127 --statistics
6868
69- # ------------------------------------------------------------------------
70- # PHASE 3: SECURITY SCAN (CodeQL)
71- # ------------------------------------------------------------------------
72- - name : Initialize CodeQL
73- uses : github/codeql-action/init@v4
74- with :
75- languages : ${{ matrix.language }}
7669
77- - name : Perform CodeQL Analysis
78- uses : github/codeql-action/analyze@v4
79- with :
80- category : " /language:${{ matrix.language }}"
8170
8271 # ------------------------------------------------------------------------
8372 # PHASE 4: AUTOMATED TESTING & COVERAGE
9382 token : ${{ secrets.CODECOV_TOKEN }}
9483 files : ./coverage.xml
9584 fail_ci_if_error : true
85+ # ------------------------------------------------------------------------
86+ # PHASE 4: SECURITY SCAN (CodeQL)
87+ # ------------------------------------------------------------------------
88+ - name : Initialize CodeQL
89+ uses : github/codeql-action/init@v4
90+ with :
91+ languages : ${{ matrix.language }}
92+
93+ - name : Perform CodeQL Analysis
94+ uses : github/codeql-action/analyze@v4
95+ with :
96+ category : " /language:${{ matrix.language }}"
9697
You can’t perform that action at this time.
0 commit comments