We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb5e9b commit c3a0bc2Copy full SHA for c3a0bc2
.github/workflows/microsoft-codeql-pack-publish.yml
@@ -34,14 +34,17 @@ jobs:
34
steps:
35
- name: Checkout repository
36
uses: actions/checkout@v4
37
- - name: Prepare Publish
+ - name: Install CodeQL
38
shell: bash
39
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
-
+ env:
+ GITHUB_TOKEN: ${{ github.token }}
45
+ - name: Prepare Publish
46
+ shell: bash
47
+ run: |
48
# # Download latest qlpack
49
# gh codeql pack download "microsoft/$LANGUAGE-queries"
50
# PACK_DIR="$HOME/.codeql/packages/microsoft/$LANGUAGE"
0 commit comments