Skip to content

Commit d42fbec

Browse files
SonarTechSamirM-BE
authored andcommitted
BUILD-8875: Update GitHub Actions runners to new naming convention
1 parent 092803d commit d42fbec

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Configuration for https://github.com/rhysd/actionlint run by pre-commit
22
self-hosted-runner:
33
labels:
4-
- ubuntu-24.04-large
4+
- github-ubuntu-latest-s

.github/workflows/PullRequestClosed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
PullRequestClosed_job:
1111
name: Pull Request Closed
12-
runs-on: ubuntu-24.04-large
12+
runs-on: github-ubuntu-latest-s
1313
permissions:
1414
id-token: write
1515
pull-requests: read

.github/workflows/PullRequestCreated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
PullRequestCreated_job:
1111
name: Pull Request Created
12-
runs-on: ubuntu-24.04-large
12+
runs-on: github-ubuntu-latest-s
1313
permissions:
1414
id-token: write
1515
# For external PR, ticket should be created manually

.github/workflows/RequestReview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
RequestReview_job:
1111
name: Request review
12-
runs-on: ubuntu-24.04-large
12+
runs-on: github-ubuntu-latest-s
1313
permissions:
1414
id-token: write
1515
# For external PR, ticket should be moved manually

.github/workflows/SubmitReview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
SubmitReview_job:
1111
name: Submit Review
12-
runs-on: ubuntu-24.04-large
12+
runs-on: github-ubuntu-latest-s
1313
permissions:
1414
id-token: write
1515
pull-requests: read

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1515
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
16-
runs-on: ubuntu-24.04-large
16+
runs-on: github-ubuntu-latest-s
1717
name: Build
1818
permissions:
1919
id-token: write
@@ -31,7 +31,7 @@ jobs:
3131
concurrency:
3232
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
3333
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
34-
runs-on: ubuntu-24.04-large
34+
runs-on: github-ubuntu-latest-s
3535
name: Promote
3636
permissions:
3737
id-token: write

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
pre-commit:
77
name: "pre-commit"
8-
runs-on: ubuntu-24.04-large
8+
runs-on: github-ubuntu-latest-s
99
steps:
1010
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
1111
with:

.github/workflows/slack_notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
checks: read
1111
jobs:
1212
notify:
13-
runs-on: ubuntu-24.04-large
13+
runs-on: github-ubuntu-latest-s
1414
steps:
1515
- name: Send Slack Notification
1616
env:

.github/workflows/unified-dogfooding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-24.04-large
10+
runs-on: github-ubuntu-latest-s
1111
name: Build
1212
permissions:
1313
id-token: write

0 commit comments

Comments
 (0)