File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 37
37
- name : Prepare Publish
38
38
shell : bash
39
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
+
40
45
# # Download latest qlpack
41
46
# gh codeql pack download "microsoft/$LANGUAGE-queries"
42
47
# PACK_DIR="$HOME/.codeql/packages/microsoft/$LANGUAGE"
71
76
echo "___________________________________________________________"
72
77
cat "$LANGUAGE/ql/src/qlpack.yml"
73
78
echo "___________________________________________________________"
74
- gh pack publish --dry-run "$LANGUAGE/ql/src"
79
+ gh codeql pack publish --dry-run "$LANGUAGE/ql/src"
75
80
env :
76
81
LANGUAGE : ${{ matrix.language }}
77
82
GITHUB_TOKEN : ${{ secrets.PACKAGE_PUBLISH }}
You can’t perform that action at this time.
0 commit comments