From f00a6ce4ccfc3d6bdaa7fc152078e0d3f6b4e4a1 Mon Sep 17 00:00:00 2001 From: SonarTech <1842438+SonarTech@users.noreply.github.com> Date: Fri, 15 May 2026 16:11:47 +0200 Subject: [PATCH 1/6] BUILD-10835 Migrate GitHub-hosted Ubuntu runners to warp-custom-ubuntu-24-04 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff9b5248..65e6de1c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: promote-pull-request: true slack-notifications: - runs-on: github-ubuntu-latest-s # Public GH runner is required, runners starting with sonar-* do not support this action + runs-on: warp-custom-ubuntu-24-04 # Public GH runner is required, runners starting with sonar-* do not support this action if: failure() && (contains(fromJSON('["main", "master"]'), github.ref_name) || startsWith(github.ref_name, 'branch-')) needs: [ build, promote ] permissions: From 7faa1169d50679d5c589d11d86572ea12281b662 Mon Sep 17 00:00:00 2001 From: SonarTech <1842438+SonarTech@users.noreply.github.com> Date: Fri, 15 May 2026 16:11:49 +0200 Subject: [PATCH 2/6] BUILD-10835 Migrate GitHub-hosted Ubuntu runners to warp-custom-ubuntu-24-04 --- .github/workflows/PullRequestClosed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PullRequestClosed.yml b/.github/workflows/PullRequestClosed.yml index 1bf21407..af06540c 100644 --- a/.github/workflows/PullRequestClosed.yml +++ b/.github/workflows/PullRequestClosed.yml @@ -7,7 +7,7 @@ on: jobs: PullRequestClosed_job: name: Pull Request Closed - runs-on: github-ubuntu-latest-s + runs-on: warp-custom-ubuntu-24-04 permissions: id-token: write pull-requests: read From fa031f26efcf710e5986b343b0a0ac7b7a640a2e Mon Sep 17 00:00:00 2001 From: SonarTech <1842438+SonarTech@users.noreply.github.com> Date: Fri, 15 May 2026 16:11:52 +0200 Subject: [PATCH 3/6] BUILD-10835 Migrate GitHub-hosted Ubuntu runners to warp-custom-ubuntu-24-04 --- .github/workflows/PullRequestCreated.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PullRequestCreated.yml b/.github/workflows/PullRequestCreated.yml index 263fc259..e31b9b3e 100644 --- a/.github/workflows/PullRequestCreated.yml +++ b/.github/workflows/PullRequestCreated.yml @@ -7,7 +7,7 @@ on: jobs: PullRequestCreated_job: name: Pull Request Created - runs-on: github-ubuntu-latest-s + runs-on: warp-custom-ubuntu-24-04 permissions: id-token: write # For external PR, ticket should be created manually From b26ef64d0413d40d641b33a3b720d3265ec3c9c4 Mon Sep 17 00:00:00 2001 From: SonarTech <1842438+SonarTech@users.noreply.github.com> Date: Fri, 15 May 2026 16:11:54 +0200 Subject: [PATCH 4/6] BUILD-10835 Migrate GitHub-hosted Ubuntu runners to warp-custom-ubuntu-24-04 --- .github/workflows/releasability.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releasability.yml b/.github/workflows/releasability.yml index f7314cdd..c4d456b0 100644 --- a/.github/workflows/releasability.yml +++ b/.github/workflows/releasability.yml @@ -25,7 +25,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} slack-notifications: - runs-on: github-ubuntu-latest-s # Public GH runner is required, runners starting with sonar-* do not support this action + runs-on: warp-custom-ubuntu-24-04 # Public GH runner is required, runners starting with sonar-* do not support this action if: failure() needs: [ releasability-status ] permissions: From e63068c5497e85defa142fba2f04561c4dc64603 Mon Sep 17 00:00:00 2001 From: SonarTech <1842438+SonarTech@users.noreply.github.com> Date: Fri, 15 May 2026 16:11:56 +0200 Subject: [PATCH 5/6] BUILD-10835 Migrate GitHub-hosted Ubuntu runners to warp-custom-ubuntu-24-04 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4aa41cc..88108044 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: contents: write slack-notifications: - runs-on: github-ubuntu-latest-s # Public GH runner is required, runners starting with sonar-* do not support this action + runs-on: warp-custom-ubuntu-24-04 # Public GH runner is required, runners starting with sonar-* do not support this action needs: [ release ] permissions: id-token: write From c4dc46a6fb7e57268746651a78f26a5a063da336 Mon Sep 17 00:00:00 2001 From: SonarTech <1842438+SonarTech@users.noreply.github.com> Date: Fri, 15 May 2026 16:11:58 +0200 Subject: [PATCH 6/6] BUILD-10835 Migrate GitHub-hosted Ubuntu runners to warp-custom-ubuntu-24-04 --- .github/workflows/unified-dogfooding.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unified-dogfooding.yml b/.github/workflows/unified-dogfooding.yml index 7800154c..579da1a2 100644 --- a/.github/workflows/unified-dogfooding.yml +++ b/.github/workflows/unified-dogfooding.yml @@ -34,7 +34,7 @@ jobs: shadow2_platform: "SQC-US" slack-notifications: - runs-on: github-ubuntu-latest-s # Public GH runner is required, runners starting with sonar-* do not support this action + runs-on: warp-custom-ubuntu-24-04 # Public GH runner is required, runners starting with sonar-* do not support this action if: failure() needs: [ shadow-scans ] permissions: