Skip to content

Commit c3a0bc2

Browse files
author
Dilan Bhalla
committed
minor fix
1 parent 1eb5e9b commit c3a0bc2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,17 @@ jobs:
3434
steps:
3535
- name: Checkout repository
3636
uses: actions/checkout@v4
37-
- name: Prepare Publish
37+
- name: Install CodeQL
3838
shell: bash
3939
run: |
40-
# Install CodeqL
4140
gh extension install github/gh-codeql
4241
gh codeql download "${{ needs.codeqlversion.outputs.codeql_version }}"
4342
gh codeql set-version "${{ needs.codeqlversion.outputs.codeql_version }}"
44-
43+
env:
44+
GITHUB_TOKEN: ${{ github.token }}
45+
- name: Prepare Publish
46+
shell: bash
47+
run: |
4548
# # Download latest qlpack
4649
# gh codeql pack download "microsoft/$LANGUAGE-queries"
4750
# PACK_DIR="$HOME/.codeql/packages/microsoft/$LANGUAGE"

0 commit comments

Comments
 (0)