diff options
author | Samir M <marini.samir.info@gmail.com> | 2025-05-09 14:30:44 +0200 |
---|---|---|
committer | Samir M <marini.samir.info@gmail.com> | 2025-05-09 14:30:44 +0200 |
commit | dd484bc6ca5f5c0f7534d2715b3a72302364fbb0 (patch) | |
tree | 668c641e75ddff4f000514650cc3abb435d0d0dd | |
parent | 669badd69ddcdd708a253a238096ea9225c83319 (diff) | |
download | sonar-scanner-cli-feat/smarini/BUILD-8073-ghPublicRepositoriesRunnerMigration.tar.gz sonar-scanner-cli-feat/smarini/BUILD-8073-ghPublicRepositoriesRunnerMigration.zip |
BUILD-8073 Migrate public repositories workflows to large runnersfeat/smarini/BUILD-8073-ghPublicRepositoriesRunnerMigration
-rw-r--r-- | .github/workflows/PullRequestClosed.yml | 2 | ||||
-rw-r--r-- | .github/workflows/PullRequestCreated.yml | 2 | ||||
-rw-r--r-- | .github/workflows/RequestReview.yml | 2 | ||||
-rw-r--r-- | .github/workflows/SubmitReview.yml | 2 | ||||
-rw-r--r-- | .github/workflows/releasability.yml | 2 |
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 |