From 2fa99e69076a544b1cf12acfae11b2a418fb62ef Mon Sep 17 00:00:00 2001 From: Piotr Krzeminski Date: Mon, 29 Jun 2026 15:33:56 +0200 Subject: [PATCH 1/2] test: remove explicit InferFromClasspath from e2e tests --- .github/workflows/end-to-end-tests.main.kts | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/end-to-end-tests.main.kts b/.github/workflows/end-to-end-tests.main.kts index b611b5ca2..1f5db7e39 100755 --- a/.github/workflows/end-to-end-tests.main.kts +++ b/.github/workflows/end-to-end-tests.main.kts @@ -30,7 +30,6 @@ import io.github.typesafegithub.workflows.dsl.JobBuilder import io.github.typesafegithub.workflows.dsl.expressions.Contexts import io.github.typesafegithub.workflows.dsl.expressions.expr import io.github.typesafegithub.workflows.dsl.workflow -import io.github.typesafegithub.workflows.yaml.CheckoutActionVersionSource import io.github.typesafegithub.workflows.yaml.DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG import io.github.typesafegithub.workflows.updates.reportAvailableUpdates import java.time.Instant @@ -55,7 +54,6 @@ workflow( env = mapOf( "GITHUB_TOKEN" to expr("secrets.GITHUB_TOKEN") ), - checkoutActionVersion = CheckoutActionVersionSource.InferFromClasspath(), additionalSteps = { publishToMavenLocal() uses( @@ -318,7 +316,6 @@ workflow( ), consistencyCheckJobConfig = DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG.copy( useLocalBindingsServerAsFallback = true, - checkoutActionVersion = CheckoutActionVersionSource.InferFromClasspath(), additionalSteps = { publishToMavenLocal() uses( From b369a8514f475f8dbbe2b63aaa297cf80d084f0f Mon Sep 17 00:00:00 2001 From: Piotr Krzeminski Date: Mon, 29 Jun 2026 15:51:55 +0200 Subject: [PATCH 2/2] Ignore in renovate --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 248fb66c6..cc7f8f5f0 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,8 @@ "automerge": true, "ignorePaths": [ ".github/workflows/end-to-end-tests.yaml", - ".github/workflows/end-to-end-tests.main.kts" + ".github/workflows/end-to-end-tests.main.kts", + ".github/workflows/end-to-end-tests-2nd-workflow.yaml", ], "packageRules": [ {