File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : Setup CodeQL CLI
2
2
description : |
3
3
Install a CodeQL CLI or re-use an existing one from the cache and it to the path.
4
- inputs :
5
4
6
5
outputs :
7
6
codeql-cli-version :
Original file line number Diff line number Diff line change 83
83
- name : Setup CodeQL
84
84
if : steps.check_version.outputs.publish == 'true'
85
85
uses : ./.github/actions/install-codeql
86
- with :
87
- codeql-cli-version : ${{ env.CODEQL_CLI_VERSION }}
88
86
89
87
- name : Publish codeql-LANG-libs (lib) pack
90
88
if : steps.check_version.outputs.publish == 'true'
@@ -127,8 +125,6 @@ jobs:
127
125
- name : Setup CodeQL
128
126
if : steps.check_version.outputs.publish == 'true'
129
127
uses : ./.github/actions/install-codeql
130
- with :
131
- codeql-cli-version : ${{ env.CODEQL_CLI_VERSION }}
132
128
133
129
- name : Publish codeql-LANG-extensions (ext) pack
134
130
if : steps.check_version.outputs.publish == 'true'
@@ -172,8 +168,6 @@ jobs:
172
168
- name : Setup CodeQL
173
169
if : steps.check_version.outputs.publish == 'true'
174
170
uses : ./.github/actions/install-codeql
175
- with :
176
- codeql-cli-version : ${{ env.CODEQL_CLI_VERSION }}
177
171
178
172
- name : Publish codeql-LANG-library-sources (ext-library-sources) pack
179
173
if : steps.check_version.outputs.publish == 'true'
You can’t perform that action at this time.
0 commit comments