Merge pull request #14642 from github/kaeluka/publish-automodel-querypack-007

Java: Publish Automodel query pack 0.0.7
This commit is contained in:
Stephan Brandauer
2023-11-16 11:50:32 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
#!/bin/sh
set -e
# Before running this, make sure there is an SSO-enabled token with package:write
# permissions to codeql supplied via the GITHUB_TOKEN environment variable
AUTOMODEL_ROOT="$(readlink -f "$(dirname $0)")"
WORKSPACE_ROOT="$AUTOMODEL_ROOT/../../.."
GRPS="automodel,-test"

View File

@@ -1,3 +1,3 @@
## 0.0.7
No user-facing changes.
Support for extracting source candidates.