File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 gh codeql set-version "${{ needs.codeqlversion.outputs.codeql_version }}"
4343 env :
4444 GITHUB_TOKEN : ${{ github.token }}
45- - name : Prepare Publish
45+ - name : Publish OS Microsoft CodeQL Pack
4646 shell : bash
4747 run : |
4848 # # Download latest qlpack
@@ -73,14 +73,14 @@ jobs:
7373 - $LANGUAGE
7474 - queries
7575 suites: microsoft-suites
76- defaultSuiteFile: microsoft -suites/sdl-required .qls
76+ defaultSuiteFile: codeql -suites/csharp-code-scanning .qls
7777 $DEPENDENCIES
7878 EOF
7979
8080 echo "___________________________________________________________"
8181 cat "$LANGUAGE/ql/src/qlpack.yml"
8282 echo "___________________________________________________________"
83- gh codeql pack publish --dry-run "$LANGUAGE/ql/src"
83+ gh codeql pack publish "$LANGUAGE/ql/src"
8484 env :
8585 LANGUAGE : ${{ matrix.language }}
8686 GITHUB_TOKEN : ${{ secrets.PACKAGE_PUBLISH }}
You can’t perform that action at this time.
0 commit comments