Skip to content

Commit

Permalink
accidentally removed codeql install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilan Bhalla committed Jan 31, 2025
1 parent efe01c1 commit 1eb5e9b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/microsoft-codeql-pack-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
- name: Prepare Publish
shell: bash
run: |
# Install CodeqL
gh extension install github/gh-codeql
gh codeql download "${{ needs.codeqlversion.outputs.codeql_version }}"
gh codeql set-version "${{ needs.codeqlversion.outputs.codeql_version }}"
# # Download latest qlpack
# gh codeql pack download "microsoft/$LANGUAGE-queries"
# PACK_DIR="$HOME/.codeql/packages/microsoft/$LANGUAGE"
Expand Down Expand Up @@ -71,7 +76,7 @@ jobs:
echo "___________________________________________________________"
cat "$LANGUAGE/ql/src/qlpack.yml"
echo "___________________________________________________________"
gh pack publish --dry-run "$LANGUAGE/ql/src"
gh codeql pack publish --dry-run "$LANGUAGE/ql/src"
env:
LANGUAGE: ${{ matrix.language }}
GITHUB_TOKEN: ${{ secrets.PACKAGE_PUBLISH }}

0 comments on commit 1eb5e9b

Please sign in to comment.