File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 11name : Setup CodeQL CLI
22description : |
33 Install a CodeQL CLI or re-use an existing one from the cache and it to the path.
4- inputs :
54
65outputs :
76 codeql-cli-version :
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments