Skip to content

Commit 100afbe

Browse files
committed
refactor(ci): Remove unused input for CodeQL CLI version in action.yml and workflows
1 parent bceaf78 commit 100afbe

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/actions/install-codeql/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Setup CodeQL CLI
22
description: |
33
Install a CodeQL CLI or re-use an existing one from the cache and it to the path.
4-
inputs:
54
65
outputs:
76
codeql-cli-version:

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ jobs:
8383
- name: Setup CodeQL
8484
if: steps.check_version.outputs.publish == 'true'
8585
uses: ./.github/actions/install-codeql
86-
with:
87-
codeql-cli-version: ${{ env.CODEQL_CLI_VERSION }}
8886

8987
- name: Publish codeql-LANG-libs (lib) pack
9088
if: steps.check_version.outputs.publish == 'true'
@@ -127,8 +125,6 @@ jobs:
127125
- name: Setup CodeQL
128126
if: steps.check_version.outputs.publish == 'true'
129127
uses: ./.github/actions/install-codeql
130-
with:
131-
codeql-cli-version: ${{ env.CODEQL_CLI_VERSION }}
132128

133129
- name: Publish codeql-LANG-extensions (ext) pack
134130
if: steps.check_version.outputs.publish == 'true'
@@ -172,8 +168,6 @@ jobs:
172168
- name: Setup CodeQL
173169
if: steps.check_version.outputs.publish == 'true'
174170
uses: ./.github/actions/install-codeql
175-
with:
176-
codeql-cli-version: ${{ env.CODEQL_CLI_VERSION }}
177171

178172
- name: Publish codeql-LANG-library-sources (ext-library-sources) pack
179173
if: steps.check_version.outputs.publish == 'true'

0 commit comments

Comments
 (0)