File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ import io.github.typesafegithub.workflows.dsl.JobBuilder
3030import io.github.typesafegithub.workflows.dsl.expressions.Contexts
3131import io.github.typesafegithub.workflows.dsl.expressions.expr
3232import io.github.typesafegithub.workflows.dsl.workflow
33- import io.github.typesafegithub.workflows.yaml.CheckoutActionVersionSource
3433import io.github.typesafegithub.workflows.yaml.DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG
3534import io.github.typesafegithub.workflows.updates.reportAvailableUpdates
3635import java.time.Instant
@@ -55,7 +54,6 @@ workflow(
5554 env = mapOf (
5655 " GITHUB_TOKEN" to expr(" secrets.GITHUB_TOKEN" )
5756 ),
58- checkoutActionVersion = CheckoutActionVersionSource .InferFromClasspath (),
5957 additionalSteps = {
6058 publishToMavenLocal()
6159 uses(
@@ -318,7 +316,6 @@ workflow(
318316 ),
319317 consistencyCheckJobConfig = DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG .copy(
320318 useLocalBindingsServerAsFallback = true ,
321- checkoutActionVersion = CheckoutActionVersionSource .InferFromClasspath (),
322319 additionalSteps = {
323320 publishToMavenLocal()
324321 uses(
Original file line number Diff line number Diff line change 66 "automerge" : true ,
77 "ignorePaths" : [
88 " .github/workflows/end-to-end-tests.yaml" ,
9- " .github/workflows/end-to-end-tests.main.kts"
9+ " .github/workflows/end-to-end-tests.main.kts" ,
10+ " .github/workflows/end-to-end-tests-2nd-workflow.yaml" ,
1011 ],
1112 "packageRules" : [
1213 {
You can’t perform that action at this time.
0 commit comments