Skip to content

Commit d5339cc

Browse files
committed
build: move step
1 parent 2ea76c0 commit d5339cc

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,6 @@ jobs:
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

0 commit comments

Comments
 (0)