Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilan Bhalla committed Feb 3, 2025
1 parent d6da994 commit c8077a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/microsoft-codeql-pack-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
gh codeql set-version "${{ needs.codeqlversion.outputs.codeql_version }}"
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Prepare Publish
- name: Publish OS Microsoft CodeQL Pack
shell: bash
run: |
# # Download latest qlpack
Expand Down Expand Up @@ -73,14 +73,14 @@ jobs:
- $LANGUAGE
- queries
suites: microsoft-suites
defaultSuiteFile: microsoft-suites/sdl-required.qls
defaultSuiteFile: codeql-suites/csharp-code-scanning.qls
$DEPENDENCIES
EOF
echo "___________________________________________________________"
cat "$LANGUAGE/ql/src/qlpack.yml"
echo "___________________________________________________________"
gh codeql pack publish --dry-run "$LANGUAGE/ql/src"
gh codeql pack publish "$LANGUAGE/ql/src"
env:
LANGUAGE: ${{ matrix.language }}
GITHUB_TOKEN: ${{ secrets.PACKAGE_PUBLISH }}
Expand Down

0 comments on commit c8077a5

Please sign in to comment.