Skip to content

Commit bbae58f

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 fa3b446 commit bbae58f

2 files changed

Lines changed: 2 additions & 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.p2.baseline.skip=true \
157158
-Dmaven.test.skip=true \
158159
clean verify
159160

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
<goal>compare-version-with-baselines</goal>
143143
</goals>
144144
<configuration>
145+
<skip>${tycho.p2.baseline.skip}</skip>
145146
<baselines>
146147
<url>https://download.eclipse.org/lsp4e/releases/latest</url>
147148
</baselines>

0 commit comments

Comments
 (0)