Skip to content

Commit 1edf452

Browse files
committed
Use fixed version to fix CodeQL workflow
1 parent 77d0adb commit 1edf452

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/codeql-analysis.main.kts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,15 @@
2424

2525
@file:Repository("https://bindings.krzeminski.it/")
2626
@file:DependsOn("actions:checkout___major:[v5,v6-alpha)")
27-
@file:DependsOn("github:codeql-action__analyze___major:[v4,v5-alpha)")
28-
@file:DependsOn("github:codeql-action__init___major:[v4,v5-alpha)")
27+
@file:DependsOn("github:codeql-action__analyze___major:v4")
28+
@file:DependsOn("github:codeql-action__init___major:v4")
2929

3030
import io.github.typesafegithub.workflows.actions.actions.Checkout
3131
import io.github.typesafegithub.workflows.actions.github.CodeqlActionAnalyze
3232
import io.github.typesafegithub.workflows.actions.github.CodeqlActionInit
3333
import io.github.typesafegithub.workflows.domain.Concurrency
3434
import io.github.typesafegithub.workflows.domain.RunnerType.UbuntuLatest
35-
import io.github.typesafegithub.workflows.domain.triggers.Cron
36-
import io.github.typesafegithub.workflows.domain.triggers.MergeGroup
37-
import io.github.typesafegithub.workflows.domain.triggers.PullRequest
38-
import io.github.typesafegithub.workflows.domain.triggers.Push
39-
import io.github.typesafegithub.workflows.domain.triggers.Schedule
35+
import io.github.typesafegithub.workflows.domain.triggers.*
4036
import io.github.typesafegithub.workflows.dsl.expressions.Contexts.github
4137
import io.github.typesafegithub.workflows.dsl.expressions.expr
4238
import io.github.typesafegithub.workflows.dsl.workflow

0 commit comments

Comments
 (0)