aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamir M <marini.samir.info@gmail.com>2025-05-09 14:30:44 +0200
committerSamir M <marini.samir.info@gmail.com>2025-05-12 18:00:14 +0200
commitb8b3b43cb9d4f29f199250e2ddd15beca501713b (patch)
treee93fcc494e170847e4a188581319013f3a9437ab
parent6c4f04de366cb22dce5258ab20c6a0e817c351a0 (diff)
downloadsonar-scanner-cli-master.tar.gz
sonar-scanner-cli-master.zip
BUILD-8073 Migrate public repositories workflows to large runnersHEADmaster
-rw-r--r--.github/workflows/PullRequestClosed.yml2
-rw-r--r--.github/workflows/PullRequestCreated.yml2
-rw-r--r--.github/workflows/RequestReview.yml2
-rw-r--r--.github/workflows/SubmitReview.yml2
-rw-r--r--.github/workflows/releasability.yml2
5 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/PullRequestClosed.yml b/.github/workflows/PullRequestClosed.yml
index 77bf0e1..dd54f81 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: ubuntu-latest
+ runs-on: ubuntu-latest-large
permissions:
id-token: write
pull-requests: read
diff --git a/.github/workflows/PullRequestCreated.yml b/.github/workflows/PullRequestCreated.yml
index cde6e4c..6ea51bf 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
+ runs-on: ubuntu-latest-large
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 5eac0d5..5e74c2b 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
+ runs-on: ubuntu-latest-large
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 d5f22e6..763ca30 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
+ runs-on: ubuntu-latest-large
permissions:
id-token: write
pull-requests: read
diff --git a/.github/workflows/releasability.yml b/.github/workflows/releasability.yml
index bac8e4b..ab6d877 100644
--- a/.github/workflows/releasability.yml
+++ b/.github/workflows/releasability.yml
@@ -7,7 +7,7 @@ name: Releasability status
- completed
jobs:
update_releasability_status:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-large
name: Releasability status
permissions:
id-token: write