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 55 branches : [ main ]
66 workflow_dispatch :
77
8- env :
9- CODEQL_CLI_VERSION : 2.20.1
10-
118jobs :
129 compile-and-test :
1310 runs-on : ubuntu-latest
@@ -174,8 +171,6 @@ jobs:
174171 - name : Setup CodeQL
175172 if : steps.changes.outputs.src == 'true'
176173 uses : ./.github/actions/install-codeql
177- with :
178- codeql-cli-version : ${{ env.CODEQL_CLI_VERSION }}
179174
180175 - name : Install Packs
181176 if : steps.changes.outputs.src == 'true'
@@ -209,8 +204,6 @@ jobs:
209204 - name : Setup CodeQL
210205 if : steps.changes.outputs.src == 'true'
211206 uses : ./.github/actions/install-codeql
212- with :
213- codeql-cli-version : ${{ env.CODEQL_CLI_VERSION }}
214207
215208 - name : Install CodeQL
216209 if : steps.changes.outputs.src == 'true'
@@ -237,8 +230,6 @@ jobs:
237230 - name : Setup CodeQL
238231 if : steps.changes.outputs.src == 'true'
239232 uses : ./.github/actions/install-codeql
240- with :
241- codeql-cli-version : ${{ env.CODEQL_CLI_VERSION }}
242233
243234 - name : " Check Configurations"
244235 if : steps.changes.outputs.src == 'true'
You can’t perform that action at this time.
0 commit comments