File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 5
5
branches : [ main ]
6
6
workflow_dispatch :
7
7
8
- env :
9
- CODEQL_CLI_VERSION : 2.20.1
10
-
11
8
jobs :
12
9
compile-and-test :
13
10
runs-on : ubuntu-latest
@@ -174,8 +171,6 @@ jobs:
174
171
- name : Setup CodeQL
175
172
if : steps.changes.outputs.src == 'true'
176
173
uses : ./.github/actions/install-codeql
177
- with :
178
- codeql-cli-version : ${{ env.CODEQL_CLI_VERSION }}
179
174
180
175
- name : Install Packs
181
176
if : steps.changes.outputs.src == 'true'
@@ -209,8 +204,6 @@ jobs:
209
204
- name : Setup CodeQL
210
205
if : steps.changes.outputs.src == 'true'
211
206
uses : ./.github/actions/install-codeql
212
- with :
213
- codeql-cli-version : ${{ env.CODEQL_CLI_VERSION }}
214
207
215
208
- name : Install CodeQL
216
209
if : steps.changes.outputs.src == 'true'
@@ -237,8 +230,6 @@ jobs:
237
230
- name : Setup CodeQL
238
231
if : steps.changes.outputs.src == 'true'
239
232
uses : ./.github/actions/install-codeql
240
- with :
241
- codeql-cli-version : ${{ env.CODEQL_CLI_VERSION }}
242
233
243
234
- name : " Check Configurations"
244
235
if : steps.changes.outputs.src == 'true'
You can’t perform that action at this time.
0 commit comments