From b46363b429577499ab26f9f64e53c998eb851047 Mon Sep 17 00:00:00 2001 From: Herbert Damker <52109189+hdamker@users.noreply.github.com> Date: Tue, 5 May 2026 13:01:23 +0200 Subject: [PATCH] ci: repoint caller workflows from @validation-framework to @main Step 2 of the validation-framework branch retirement (camaraproject/tooling#259). ReleaseTest is the canary; pinning to @main (not @v1-rc) preserves the "see new tip changes immediately" semantics. Other repositories stay on @v1-rc. --- .github/workflows/camara-validation.yml | 2 +- .github/workflows/release-automation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/camara-validation.yml b/.github/workflows/camara-validation.yml index bf42ec6..28788e1 100644 --- a/.github/workflows/camara-validation.yml +++ b/.github/workflows/camara-validation.yml @@ -31,5 +31,5 @@ permissions: jobs: validation: - uses: camaraproject/tooling/.github/workflows/validation.yml@validation-framework + uses: camaraproject/tooling/.github/workflows/validation.yml@main secrets: inherit diff --git a/.github/workflows/release-automation.yml b/.github/workflows/release-automation.yml index f628dd1..163b580 100644 --- a/.github/workflows/release-automation.yml +++ b/.github/workflows/release-automation.yml @@ -89,5 +89,5 @@ jobs: github.event.pull_request.merged == true && startsWith(github.event.pull_request.base.ref, 'release-snapshot/')) - uses: camaraproject/tooling/.github/workflows/release-automation-reusable.yml@validation-framework + uses: camaraproject/tooling/.github/workflows/release-automation-reusable.yml@main secrets: inherit