Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
work around KT-69145
Browse files Browse the repository at this point in the history
Vampire committed Jan 22, 2025
1 parent 5b92bea commit 3f7cea6
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/branches-and-prs.main.kts
Original file line number Diff line number Diff line change
@@ -17,6 +17,11 @@
*/

@file:Import("common.main.kts")

@file:Repository("https://repo.maven.apache.org/maven2/")
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("actions:checkout:v4")
@file:DependsOn("codecov:codecov-action:v5")
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.main.kts
Original file line number Diff line number Diff line change
@@ -17,6 +17,11 @@
*/

@file:Import("common.main.kts")

@file:Repository("https://repo.maven.apache.org/maven2/")
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("actions:checkout:v4")
@file:DependsOn("github:codeql-action__analyze:v3")
5 changes: 5 additions & 0 deletions .github/workflows/docs-pr.main.kts
Original file line number Diff line number Diff line change
@@ -17,6 +17,11 @@
*/

@file:Import("common.main.kts")

@file:Repository("https://repo.maven.apache.org/maven2/")
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("actions:checkout:v4")
@file:DependsOn("actions:upload-artifact:v4")
5 changes: 5 additions & 0 deletions .github/workflows/release.main.kts
Original file line number Diff line number Diff line change
@@ -17,6 +17,11 @@
*/

@file:Import("common.main.kts")

@file:Repository("https://repo.maven.apache.org/maven2/")
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("actions:checkout:v4")
@file:DependsOn("codecov:codecov-action:v5")

0 comments on commit 3f7cea6

Please sign in to comment.