We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f3f1b5 + 5385cc3 commit f100137Copy full SHA for f100137
java/ql/automodel/publish.sh
@@ -1,6 +1,9 @@
1
#!/bin/sh
2
set -e
3
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
+
7
AUTOMODEL_ROOT="$(readlink -f "$(dirname $0)")"
8
WORKSPACE_ROOT="$AUTOMODEL_ROOT/../../.."
9
GRPS="automodel,-test"
java/ql/automodel/src/change-notes/released/0.0.7.md
@@ -1,3 +1,3 @@
## 0.0.7
-No user-facing changes.
+Support for extracting source candidates.
0 commit comments