Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bot] Update build config #385

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 10 additions & 54 deletions .github/workflows/buildConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16441,8 +16441,8 @@
"gemini-hlsw/lucuma-catalog":{
"project":"gemini-hlsw/lucuma-catalog",
"repoUrl":"https://github.com/gemini-hlsw/lucuma-catalog.git",
"revision":"v0.47.4",
"version":"0.47.4",
"revision":"v0.47.5",
"version":"0.47.5",
"targets":"edu.gemini%lucuma-ags edu.gemini%lucuma-catalog edu.gemini%lucuma-catalog-testkit",
"config":{
"projects":{
Expand Down Expand Up @@ -18074,8 +18074,8 @@
"guardian/mobile-apps-api-models":{
"project":"guardian/mobile-apps-api-models",
"repoUrl":"https://github.com/guardian/mobile-apps-api-models.git",
"revision":"v1.0.19-PREVIEW.blueprint-fixtures-results.2024-08-01T1505.532ca363",
"version":"1.0.19-PREVIEW.blueprint-fixtures-results.2024-08-01T1505.532ca363",
"revision":"v1.0.19-PREVIEW.blueprint-fixtures-results.2024-08-21T0751.c40a0457",
"version":"1.0.19-PREVIEW.blueprint-fixtures-results.2024-08-21T0751.c40a0457",
"targets":"com.gu%mobile-apps-api-models-v0"
},
"guardian/pa-football-client":{
Expand Down Expand Up @@ -23623,8 +23623,8 @@
"joernio/joern":{
"project":"joernio/joern",
"repoUrl":"https://github.com/joernio/joern.git",
"revision":"v4.0.46",
"version":"4.0.46",
"revision":"v4.0.47",
"version":"4.0.47",
"targets":"io.joern%c2cpg io.joern%console io.joern%csharpsrc2cpg io.joern%dataflowengineoss io.joern%ghidra2cpg io.joern%gosrc2cpg io.joern%javasrc2cpg io.joern%jimple2cpg io.joern%joern-cli io.joern%jssrc2cpg io.joern%kotlin2cpg io.joern%macros io.joern%php2cpg io.joern%pysrc2cpg io.joern%querydb io.joern%rubysrc2cpg io.joern%semanticcpg io.joern%swiftsrc2cpg io.joern%x2cpg",
"config":{
"projects":{
Expand Down Expand Up @@ -39572,50 +39572,6 @@
]
}
},
"samueleresca/pekko-quartz-scheduler":{
"project":"samueleresca/pekko-quartz-scheduler",
"repoUrl":"https://github.com/samueleresca/pekko-quartz-scheduler.git",
"revision":"1.2.1-pekko-1.0.x",
"version":"1.2.1-pekko-1.0.x",
"targets":"io.github.samueleresca%pekko-quartz-scheduler",
"config":{
"projects":{
"exclude":[

],
"overrides":{

}
},
"java":{
"version":"21"
},
"sbt":{
"commands":[

],
"options":[

]
},
"mill":{
"options":[

]
},
"tests":"compile-only",
"migrationVersions":[

],
"sourcePatches":[
{
"path":"build.sbt",
"pattern":"val Scala3Version = \"3.4.1\"",
"replaceWith":"val Scala3Version = \"<SCALA_VERSION>\""
}
]
}
},
"sangria-graphql/macro-visit":{
"project":"sangria-graphql/macro-visit",
"repoUrl":"https://github.com/sangria-graphql/macro-visit.git",
Expand Down Expand Up @@ -56486,8 +56442,8 @@
"zio/zio-kafka":{
"project":"zio/zio-kafka",
"repoUrl":"https://github.com/zio/zio-kafka.git",
"revision":"v2.8.0",
"version":"2.8.0",
"revision":"v2.8.1",
"version":"2.8.1",
"targets":"dev.zio%zio-kafka dev.zio%zio-kafka-docs dev.zio%zio-kafka-testkit",
"config":{
"projects":{
Expand Down Expand Up @@ -57389,8 +57345,8 @@
"zio/zio-telemetry":{
"project":"zio/zio-telemetry",
"repoUrl":"https://github.com/zio/zio-telemetry.git",
"revision":"v3.0.0-RC25",
"version":"3.0.0-RC25",
"revision":"v3.0.0-RC26",
"version":"3.0.0-RC26",
"targets":"dev.zio%zio-opencensus dev.zio%zio-opentelemetry dev.zio%zio-opentelemetry-zio-logging dev.zio%zio-opentracing dev.zio%zio-telemetry-docs",
"config":{
"projects":{
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/buildPlan-A.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
- name: "47degrees/sbt-energymonitor"
- name: "7mind/izumi"
- name: "7mind/sbtgen"
- name: "aaronp/args4c"
- name: "afsalthaj/constraintless"
- name: "ahjohannessen/sec"
- name: "ajozwik/pekko-smtp-server"
Expand Down Expand Up @@ -332,7 +333,6 @@ jobs:
- name: "findify/flink-adt"
- name: "findify/flink-scala-api"
- name: "fingo/spata"
- name: "finos/morphir-jvm"
steps:
- name: "Git Checkout"
uses: actions/checkout@v4
Expand All @@ -349,8 +349,8 @@ jobs:
maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }}
elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }}
elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }}
dockerhub-username: ${{github.actor}}
dockerhub-token: ${{secrets.GITHUB_TOKEN}}
dockerhub-username: $${{ github.actor }}
dockerhub-token: $${{ secrets.GITHUB_TOKEN }}
stage-1:
runs-on: ubuntu-22.04
needs: [ setup-build ]
Expand All @@ -359,6 +359,7 @@ jobs:
strategy:
matrix:
include:
- name: "finos/morphir-jvm"
- name: "flink-extended/flink-scala-api"
- name: "flxj/platdb"
- name: "flyway/flyway-play"
Expand Down Expand Up @@ -613,7 +614,6 @@ jobs:
- name: "mateuszkubuszok/pipez"
- name: "matsluni/aws-spi-akka-http"
- name: "mdedetrich/pekko-streams-circe"
- name: "medeia/medeia"
steps:
- name: "Git Checkout"
uses: actions/checkout@v4
Expand All @@ -630,8 +630,8 @@ jobs:
maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }}
elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }}
elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }}
dockerhub-username: ${{github.actor}}
dockerhub-token: ${{secrets.GITHUB_TOKEN}}
dockerhub-username: $${{ github.actor }}
dockerhub-token: $${{ secrets.GITHUB_TOKEN }}
stage-2:
runs-on: ubuntu-22.04
needs: [ setup-build ]
Expand All @@ -640,6 +640,7 @@ jobs:
strategy:
matrix:
include:
- name: "medeia/medeia"
- name: "metarank/cfor"
- name: "metarank/ltrlib"
- name: "mimoguz/layeredfonticon"
Expand Down Expand Up @@ -797,7 +798,6 @@ jobs:
- name: "sake92/sharaf"
- name: "sake92/squery"
- name: "sake92/tupson"
- name: "samueleresca/pekko-quartz-scheduler"
- name: "sangria-graphql/macro-visit"
- name: "sangria-graphql/sangria"
- name: "sangria-graphql/sangria-circe"
Expand Down Expand Up @@ -911,8 +911,8 @@ jobs:
maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }}
elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }}
elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }}
dockerhub-username: ${{github.actor}}
dockerhub-token: ${{secrets.GITHUB_TOKEN}}
dockerhub-username: $${{ github.actor }}
dockerhub-token: $${{ secrets.GITHUB_TOKEN }}
stage-3:
runs-on: ubuntu-22.04
needs: [ setup-build ]
Expand Down Expand Up @@ -1172,5 +1172,5 @@ jobs:
maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }}
elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }}
elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }}
dockerhub-username: ${{github.actor}}
dockerhub-token: ${{secrets.GITHUB_TOKEN}}
dockerhub-username: $${{ github.actor }}
dockerhub-token: $${{ secrets.GITHUB_TOKEN }}
20 changes: 10 additions & 10 deletions .github/workflows/buildPlan-B.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# projects total: 594
# projects total: 593
# min stars count: -1
# max projects count: 1000

Expand Down Expand Up @@ -49,6 +49,7 @@ on:
required: true
GITHUB_TOKEN:
required: true

jobs:
setup-build:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -78,7 +79,6 @@ jobs:
matrix:
include:
- name: "2m/yabai-scala"
- name: "aaronp/args4c"
- name: "aaronp/code-template"
- name: "aaronp/eie"
- name: "aaronp/franz"
Expand Down Expand Up @@ -332,6 +332,7 @@ jobs:
- name: "jphmrst/scala-latex"
- name: "jphmrst/scalautils"
- name: "jqscala/jq-fs2"
- name: "jqscala/jqscala"
steps:
- name: "Git Checkout"
uses: actions/checkout@v4
Expand All @@ -348,8 +349,8 @@ jobs:
maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }}
elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }}
elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }}
dockerhub-username: ${{github.actor}}
dockerhub-token: ${{secrets.GITHUB_TOKEN}}
dockerhub-username: $${{ github.actor }}
dockerhub-token: $${{ secrets.GITHUB_TOKEN }}
stage-1:
runs-on: ubuntu-22.04
needs: [ setup-build ]
Expand All @@ -358,7 +359,6 @@ jobs:
strategy:
matrix:
include:
- name: "jqscala/jqscala"
- name: "julianpeeters/dc10"
- name: "julianpeeters/dc10-cats-effect"
- name: "julianpeeters/dc10-scala"
Expand Down Expand Up @@ -613,6 +613,7 @@ jobs:
- name: "swaldman/mlog-scala"
- name: "swaldman/texttable"
- name: "swaldman/unify-rss"
- name: "swaldman/unstatic"
steps:
- name: "Git Checkout"
uses: actions/checkout@v4
Expand All @@ -629,8 +630,8 @@ jobs:
maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }}
elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }}
elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }}
dockerhub-username: ${{github.actor}}
dockerhub-token: ${{secrets.GITHUB_TOKEN}}
dockerhub-username: $${{ github.actor }}
dockerhub-token: $${{ secrets.GITHUB_TOKEN }}
stage-2:
runs-on: ubuntu-22.04
needs: [ setup-build ]
Expand All @@ -639,7 +640,6 @@ jobs:
strategy:
matrix:
include:
- name: "swaldman/unstatic"
- name: "swaldman/untemplate"
- name: "sweet-delights/delightful-cron"
- name: "sweet-delights/delightful-parsing"
Expand Down Expand Up @@ -739,5 +739,5 @@ jobs:
maven-repo-url: ${{ needs.setup-build.outputs.maven-repo-url }}
elastic-user: ${{ secrets.OPENCB_ELASTIC_USER }}
elastic-password: ${{ secrets.OPENCB_ELASTIC_PSWD }}
dockerhub-username: ${{github.actor}}
dockerhub-token: ${{secrets.GITHUB_TOKEN}}
dockerhub-username: $${{ github.actor }}
dockerhub-token: $${{ secrets.GITHUB_TOKEN }}