|
20 | 20 |
|
21 | 21 | @file:Repository("https://repo.maven.apache.org/maven2/") |
22 | 22 | // work-around for https://youtrack.jetbrains.com/issue/KT-69145 |
23 | | -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.6.0") |
| 23 | +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.0") |
24 | 24 |
|
25 | 25 | @file:Repository("https://bindings.krzeminski.it/") |
26 | | -@file:DependsOn("actions:checkout___major:[v5,v6-alpha)") |
27 | | -@file:DependsOn("github:codeql-action__analyze___major:v4") |
28 | | -@file:DependsOn("github:codeql-action__init___major:v4") |
| 26 | +@file:DependsOn("actions:checkout___major:[v6,v7-alpha)") |
| 27 | +@file:DependsOn("github:codeql-action__analyze___major:[v4.32.4,v5-alpha)") |
| 28 | +@file:DependsOn("github:codeql-action__init___major:[v4.32.4,v5-alpha)") |
29 | 29 |
|
30 | 30 | import io.github.typesafegithub.workflows.actions.actions.Checkout |
31 | | -import io.github.typesafegithub.workflows.actions.github.CodeqlActionAnalyze |
32 | | -import io.github.typesafegithub.workflows.actions.github.CodeqlActionInit |
| 31 | +import io.github.typesafegithub.workflows.actions.github.CodeqlActionAnalyze_Untyped |
| 32 | +import io.github.typesafegithub.workflows.actions.github.CodeqlActionInit_Untyped |
33 | 33 | import io.github.typesafegithub.workflows.domain.Concurrency |
34 | 34 | import io.github.typesafegithub.workflows.domain.RunnerType.UbuntuLatest |
35 | 35 | import io.github.typesafegithub.workflows.domain.triggers.* |
@@ -85,7 +85,7 @@ workflow( |
85 | 85 | // Initializes the CodeQL tools for scanning |
86 | 86 | uses( |
87 | 87 | name = "Initialize CodeQL", |
88 | | - action = CodeqlActionInit( |
| 88 | + action = CodeqlActionInit_Untyped( |
89 | 89 | // Override language selection by uncommenting this and choosing your languages |
90 | 90 | // languages = listOf("go", "javascript", "csharp", "python", "cpp", "java"), |
91 | 91 | ) |
@@ -127,7 +127,7 @@ workflow( |
127 | 127 | ) |
128 | 128 | uses( |
129 | 129 | name = "Perform CodeQL Analysis", |
130 | | - action = CodeqlActionAnalyze() |
| 130 | + action = CodeqlActionAnalyze_Untyped() |
131 | 131 | ) |
132 | 132 | } |
133 | 133 | } |
0 commit comments