Skip to content

Commit 6ee35c2

Browse files
committed
fix(ci): Remove CODEQL_CLI_VERSION environment variable and related inputs from ci.yml
1 parent 6043cc1 commit 6ee35c2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches: [ main ]
66
workflow_dispatch:
77

8-
env:
9-
CODEQL_CLI_VERSION: 2.20.1
10-
118
jobs:
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'

0 commit comments

Comments
 (0)