Skip to content

Commit f100137

Browse files
authored
Merge pull request #14642 from github/kaeluka/publish-automodel-querypack-007
Java: Publish Automodel query pack 0.0.7
2 parents 1f3f1b5 + 5385cc3 commit f100137

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

java/ql/automodel/publish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/sh
22
set -e
33

4+
# Before running this, make sure there is an SSO-enabled token with package:write
5+
# permissions to codeql supplied via the GITHUB_TOKEN environment variable
6+
47
AUTOMODEL_ROOT="$(readlink -f "$(dirname $0)")"
58
WORKSPACE_ROOT="$AUTOMODEL_ROOT/../../.."
69
GRPS="automodel,-test"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## 0.0.7
22

3-
No user-facing changes.
3+
Support for extracting source candidates.

0 commit comments

Comments
 (0)