File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 lfs : false
9898 timeout-minutes : 10
9999
100- # Initialize CodeQL tools for scanning:
101- - name : ' Initialize CodeQL'
102-
103- # FIXME: pin action to full length commit SHA
104- uses : github/codeql-action/init@v2
105-
106- with :
107- languages : ${{ matrix.language }}
108-
109- # Specify a path to a custom CodeQL configuration file:
110- config-file : ' ./.github/codeql/codeql_config.yml'
111-
112100 # Install compilers:
113101 - name : ' Install compilers'
114102 run : |
@@ -169,6 +157,18 @@ jobs:
169157 # run: |
170158 # make install-node-addons
171159
160+ # Initialize CodeQL tools for scanning:
161+ - name : ' Initialize CodeQL'
162+
163+ # FIXME: pin action to full length commit SHA
164+ uses : github/codeql-action/init@v2
165+
166+ with :
167+ languages : ${{ matrix.language }}
168+
169+ # Specify a path to a custom CodeQL configuration file:
170+ config-file : ' ./.github/codeql/codeql_config.yml'
171+
172172 # Perform CodeQL analysis:
173173 - name : ' Perform CodeQL Analysis'
174174
You can’t perform that action at this time.
0 commit comments