Skip to content

Commit 0d2ec2d

Browse files
committed
install codeql extension
1 parent 62bdaf0 commit 0d2ec2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/ql/automodel/publish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ WORKSPACE_ROOT="$AUTOMODEL_ROOT/../../.."
129129
# Specify the groups of queries to test and publish
130130
GRPS="automodel,-test"
131131

132+
# Install the codeql gh extension
133+
gh extensions install github/gh-codeql
134+
132135
pushd "$AUTOMODEL_ROOT"
133136
echo Testing automodel queries
134137
#"${CODEQL_DIST}/codeql" test run test

0 commit comments

Comments
 (0)