File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - name : Prepare Publish
3838 shell : bash
3939 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+
4045 # # Download latest qlpack
4146 # gh codeql pack download "microsoft/$LANGUAGE-queries"
4247 # PACK_DIR="$HOME/.codeql/packages/microsoft/$LANGUAGE"
7176 echo "___________________________________________________________"
7277 cat "$LANGUAGE/ql/src/qlpack.yml"
7378 echo "___________________________________________________________"
74- gh pack publish --dry-run "$LANGUAGE/ql/src"
79+ gh codeql pack publish --dry-run "$LANGUAGE/ql/src"
7580 env :
7681 LANGUAGE : ${{ matrix.language }}
7782 GITHUB_TOKEN : ${{ secrets.PACKAGE_PUBLISH }}
You can’t perform that action at this time.
0 commit comments