From 070ebc8592f41bc059fd3c2a889fad3ae079f0f1 Mon Sep 17 00:00:00 2001 From: SonarTech <1842438+SonarTech@users.noreply.github.com> Date: Fri, 22 Aug 2025 15:23:42 +0200 Subject: [PATCH] BUILD-8875: Update GitHub Actions runners to new naming convention --- .github/workflows/PrepareNextIteration.yml | 2 +- .github/workflows/PullRequestClosed.yml | 2 +- .github/workflows/PullRequestCreated.yml | 2 +- .github/workflows/RequestReview.yml | 2 +- .github/workflows/SubmitReview.yml | 2 +- .github/workflows/ToggleLockBranch.yml | 2 +- .github/workflows/UpdateRuleMetadata.yml | 2 +- .github/workflows/dogfood.yml | 2 +- .github/workflows/mark-prs-stale.yml | 2 +- .github/workflows/releasability.yaml | 2 +- .github/workflows/slack_notify.yml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/PrepareNextIteration.yml b/.github/workflows/PrepareNextIteration.yml index d647ac0ba..8758735f5 100644 --- a/.github/workflows/PrepareNextIteration.yml +++ b/.github/workflows/PrepareNextIteration.yml @@ -10,7 +10,7 @@ on: jobs: Next-Iteration-Job: name: Next Iteration Job - runs-on: ubuntu-latest-large + runs-on: github-ubuntu-latest-s permissions: pull-requests: write contents: write diff --git a/.github/workflows/PullRequestClosed.yml b/.github/workflows/PullRequestClosed.yml index 8885ef062..a02004726 100644 --- a/.github/workflows/PullRequestClosed.yml +++ b/.github/workflows/PullRequestClosed.yml @@ -7,7 +7,7 @@ on: jobs: PullRequestMerged_job: name: Pull Request Merged - runs-on: ubuntu-latest-large + runs-on: github-ubuntu-latest-s permissions: id-token: write pull-requests: read diff --git a/.github/workflows/PullRequestCreated.yml b/.github/workflows/PullRequestCreated.yml index acf0da5c4..a8d3850bf 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: ubuntu-latest-large + runs-on: github-ubuntu-latest-s permissions: id-token: write # For external PR, ticket should be created manually diff --git a/.github/workflows/RequestReview.yml b/.github/workflows/RequestReview.yml index 5e74c2b6f..eb1425d40 100644 --- a/.github/workflows/RequestReview.yml +++ b/.github/workflows/RequestReview.yml @@ -7,7 +7,7 @@ on: jobs: RequestReview_job: name: Request review - runs-on: ubuntu-latest-large + runs-on: github-ubuntu-latest-s permissions: id-token: write # For external PR, ticket should be moved manually diff --git a/.github/workflows/SubmitReview.yml b/.github/workflows/SubmitReview.yml index 763ca30be..d5b18a7ed 100644 --- a/.github/workflows/SubmitReview.yml +++ b/.github/workflows/SubmitReview.yml @@ -7,7 +7,7 @@ on: jobs: SubmitReview_job: name: Submit Review - runs-on: ubuntu-latest-large + runs-on: github-ubuntu-latest-s permissions: id-token: write pull-requests: read diff --git a/.github/workflows/ToggleLockBranch.yml b/.github/workflows/ToggleLockBranch.yml index 205dfefd7..6da9ebb9a 100644 --- a/.github/workflows/ToggleLockBranch.yml +++ b/.github/workflows/ToggleLockBranch.yml @@ -6,7 +6,7 @@ on: jobs: ToggleLockBranch_job: name: Toggle lock branch - runs-on: ubuntu-latest-large + runs-on: github-ubuntu-latest-s permissions: id-token: write steps: diff --git a/.github/workflows/UpdateRuleMetadata.yml b/.github/workflows/UpdateRuleMetadata.yml index 2ce1a8abe..1a517091c 100644 --- a/.github/workflows/UpdateRuleMetadata.yml +++ b/.github/workflows/UpdateRuleMetadata.yml @@ -8,7 +8,7 @@ env: jobs: UpdateRuleMetadata_job: name: Update Rule Metadata - runs-on: ubuntu-latest-large + runs-on: github-ubuntu-latest-s permissions: pull-requests: write contents: write diff --git a/.github/workflows/dogfood.yml b/.github/workflows/dogfood.yml index 5892a06ad..cd281ec27 100644 --- a/.github/workflows/dogfood.yml +++ b/.github/workflows/dogfood.yml @@ -12,7 +12,7 @@ on: jobs: dogfood_merge: - runs-on: ubuntu-latest-large + runs-on: github-ubuntu-latest-s name: Update dogfood branch permissions: id-token: write # required for SonarSource/vault-action-wrapper diff --git a/.github/workflows/mark-prs-stale.yml b/.github/workflows/mark-prs-stale.yml index ad3dff744..12c46e408 100644 --- a/.github/workflows/mark-prs-stale.yml +++ b/.github/workflows/mark-prs-stale.yml @@ -6,7 +6,7 @@ on: jobs: stale: - runs-on: ubuntu-latest-large + runs-on: github-ubuntu-latest-s permissions: issues: write pull-requests: write diff --git a/.github/workflows/releasability.yaml b/.github/workflows/releasability.yaml index c85f29216..2100e2df7 100644 --- a/.github/workflows/releasability.yaml +++ b/.github/workflows/releasability.yaml @@ -11,7 +11,7 @@ on: jobs: releasability-job: name: Releasability check - runs-on: ubuntu-latest-large + runs-on: github-ubuntu-latest-s permissions: id-token: write # required by SonarSource/vault-action-wrapper contents: read # required by checkout diff --git a/.github/workflows/slack_notify.yml b/.github/workflows/slack_notify.yml index 138d0c3c0..505cf90b5 100644 --- a/.github/workflows/slack_notify.yml +++ b/.github/workflows/slack_notify.yml @@ -14,7 +14,7 @@ jobs: slack-notifications: if: >- contains(fromJSON('["main", "master"]'), github.event.check_suite.head_branch) || startsWith(github.event.check_suite.head_branch, 'dogfood-') || startsWith(github.event.check_suite.head_branch, 'branch-') - runs-on: ubuntu-latest-large + runs-on: github-ubuntu-latest-s steps: - name: Send Slack Notification env: