Skip to content

Commit 397663d

Browse files
committed
fix: disable tycho baseline checks in codeql job
which may fail with `VersionBumpRequiredException: Only qualifier changed for (org.eclipse.lsp4e.<module>). Expected to have bigger x.y.z than what is available in baseline` despite no actual changes in the reported module and is actually not required for CodeQL.
1 parent 9dfdf10 commit 397663d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
--batch-mode \
155155
--show-version \
156156
-Declipse.p2.mirrors=false \
157+
-Dtycho.baseline.skip=true \
157158
-Dmaven.test.skip=true \
158159
clean verify
159160

0 commit comments

Comments
 (0)