Skip to content

Commit 1eb5e9b

Browse files
author
Dilan Bhalla
committed
accidentally removed codeql install step
1 parent efe01c1 commit 1eb5e9b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/microsoft-codeql-pack-publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
- name: Prepare Publish
3838
shell: bash
3939
run: |
40+
# Install CodeqL
41+
gh extension install github/gh-codeql
42+
gh codeql download "${{ needs.codeqlversion.outputs.codeql_version }}"
43+
gh codeql set-version "${{ needs.codeqlversion.outputs.codeql_version }}"
44+
4045
# # Download latest qlpack
4146
# gh codeql pack download "microsoft/$LANGUAGE-queries"
4247
# PACK_DIR="$HOME/.codeql/packages/microsoft/$LANGUAGE"
@@ -71,7 +76,7 @@ jobs:
7176
echo "___________________________________________________________"
7277
cat "$LANGUAGE/ql/src/qlpack.yml"
7378
echo "___________________________________________________________"
74-
gh pack publish --dry-run "$LANGUAGE/ql/src"
79+
gh codeql pack publish --dry-run "$LANGUAGE/ql/src"
7580
env:
7681
LANGUAGE: ${{ matrix.language }}
7782
GITHUB_TOKEN: ${{ secrets.PACKAGE_PUBLISH }}

0 commit comments

Comments
 (0)