Skip to content

Commit ba0e65b

Browse files
committed
[Build|GH] Use quick-fix to avoid need for EF-infrastrucutre
1 parent d4ffd3f commit ba0e65b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111

1212
jobs:
1313
build:
14-
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/mavenBuild.yml@master
14+
uses: HannesWell/eclipse.platform.releng.aggregator/.github/workflows/mavenBuild.yml@gh-workflow-quickfix-2

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111

1212
jobs:
1313
callCodeQLworkflow:
14-
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/codeQLworkflow.yml@master
14+
uses: HannesWell/eclipse.platform.releng.aggregator/.github/workflows/codeQLworkflow.yml@gh-workflow-quickfix

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
check-merge-commits:
1616
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkMergeCommits.yml@master
1717
check-versions:
18-
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkVersions.yml@master
18+
uses: HannesWell/eclipse.platform.releng.aggregator/.github/workflows/checkVersions.yml@gh-workflow-quickfix
1919
with:
2020
botName: Eclipse Platform Bot
2121

0 commit comments

Comments
 (0)