From 87a39d4c3baa1d73f971fe6e1c519eb0fd904dc9 Mon Sep 17 00:00:00 2001 From: SonarTech <1842438+SonarTech@users.noreply.github.com> Date: Fri, 22 Aug 2025 15:23:08 +0200 Subject: [PATCH] BUILD-8875: Update GitHub Actions runners to new naming convention --- .github/actionlint.yaml | 3 --- .github/workflows/PullRequestClosed.yml | 2 +- .github/workflows/PullRequestCreated.yml | 2 +- .github/workflows/RequestReview.yml | 2 +- .github/workflows/SubmitReview.yml | 2 +- .github/workflows/pre-commit.yml | 2 +- .github/workflows/slack_notify.yml | 2 +- .github/workflows/test-shell-scripts.yml | 2 +- 8 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 9824a952..7100941f 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -1,8 +1,5 @@ # Configuration for https://github.com/rhysd/actionlint run by pre-commit self-hosted-runner: labels: - - ubuntu-24.04 # GitHub-Hosted runner for public workflows - DEPRECATED - - ubuntu-24.04-large # GitHub-Hosted Large runner for public workflows performing authenticated actions - DEPRECATED - - sonar-runner-large # GitHub-Hosted Large with Docker-in-Docker enabled - DEPRECATED - github-ubuntu-latest-s - github-windows-latest-s diff --git a/.github/workflows/PullRequestClosed.yml b/.github/workflows/PullRequestClosed.yml index 74cf62ea..3ea40a3d 100644 --- a/.github/workflows/PullRequestClosed.yml +++ b/.github/workflows/PullRequestClosed.yml @@ -9,7 +9,7 @@ on: jobs: PullRequestClosed_job: name: Pull Request Closed - runs-on: ubuntu-24.04-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 ead51870..60720bf7 100644 --- a/.github/workflows/PullRequestCreated.yml +++ b/.github/workflows/PullRequestCreated.yml @@ -9,7 +9,7 @@ on: jobs: PullRequestCreated_job: name: Pull Request Created - runs-on: ubuntu-24.04-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 735d9ee7..93326828 100644 --- a/.github/workflows/RequestReview.yml +++ b/.github/workflows/RequestReview.yml @@ -9,7 +9,7 @@ on: jobs: RequestReview_job: name: Request review - runs-on: ubuntu-24.04-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 178c0d05..221d43bd 100644 --- a/.github/workflows/SubmitReview.yml +++ b/.github/workflows/SubmitReview.yml @@ -9,7 +9,7 @@ on: jobs: SubmitReview_job: name: Submit Review - runs-on: ubuntu-24.04-large + runs-on: github-ubuntu-latest-s permissions: id-token: write pull-requests: read diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index df360616..f6627561 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -4,7 +4,7 @@ on: jobs: pre-commit: - runs-on: sonar-runner-large + runs-on: github-ubuntu-latest-s steps: - uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4 with: diff --git a/.github/workflows/slack_notify.yml b/.github/workflows/slack_notify.yml index c706afdf..95df48cf 100644 --- a/.github/workflows/slack_notify.yml +++ b/.github/workflows/slack_notify.yml @@ -10,7 +10,7 @@ permissions: checks: read jobs: notify: - runs-on: ubuntu-24.04-large + runs-on: github-ubuntu-latest-s steps: - name: Send Slack Notification env: diff --git a/.github/workflows/test-shell-scripts.yml b/.github/workflows/test-shell-scripts.yml index 845922bd..a81ebb5d 100644 --- a/.github/workflows/test-shell-scripts.yml +++ b/.github/workflows/test-shell-scripts.yml @@ -11,7 +11,7 @@ on: jobs: test-shell-scripts: - runs-on: ubuntu-24.04-large + runs-on: github-ubuntu-latest-s permissions: id-token: write contents: read