diff --git a/.github/workflows/PullRequestClosed.yml b/.github/workflows/PullRequestClosed.yml index 8885ef0627..a020047260 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 cb329556a4..b3d7f0820b 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 5e74c2b6fc..eb1425d408 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 763ca30bea..d5b18a7edb 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 d950cab897..427d162402 100644 --- a/.github/workflows/ToggleLockBranch.yml +++ b/.github/workflows/ToggleLockBranch.yml @@ -7,7 +7,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/bump-versions.yaml b/.github/workflows/bump-versions.yaml index ef770880b3..e349a3a3c9 100644 --- a/.github/workflows/bump-versions.yaml +++ b/.github/workflows/bump-versions.yaml @@ -15,7 +15,7 @@ on: jobs: bump-version: - runs-on: ubuntu-latest-large + runs-on: github-ubuntu-latest-s permissions: contents: write # write for peter-evans/create-pull-request, read for actions/checkout pull-requests: write # write for peter-evans/create-pull-request diff --git a/.github/workflows/mark-stale-pull-requests.yml b/.github/workflows/mark-stale-pull-requests.yml index 001643e346..3b9e9e05c6 100644 --- a/.github/workflows/mark-stale-pull-requests.yml +++ b/.github/workflows/mark-stale-pull-requests.yml @@ -5,7 +5,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-status.yaml b/.github/workflows/releasability-status.yaml index 68ae16c244..b14041e742 100644 --- a/.github/workflows/releasability-status.yaml +++ b/.github/workflows/releasability-status.yaml @@ -5,7 +5,7 @@ name: Releasability status - completed jobs: update_releasability_status: - runs-on: ubuntu-latest-large + runs-on: github-ubuntu-latest-s name: Releasability status permissions: id-token: write diff --git a/.github/workflows/rule-metadata-update.yml b/.github/workflows/rule-metadata-update.yml index 86b670a50c..87fbc56f13 100644 --- a/.github/workflows/rule-metadata-update.yml +++ b/.github/workflows/rule-metadata-update.yml @@ -4,7 +4,7 @@ on: jobs: rule-metadata-update: - runs-on: ubuntu-latest-large + runs-on: github-ubuntu-latest-s permissions: id-token: write # required by SonarSource/vault-action-wrapper contents: write # write for peter-evans/create-pull-request, read for actions/checkout diff --git a/.github/workflows/slack-notify.yaml b/.github/workflows/slack-notify.yaml index 7e62c6b213..bebd775a00 100644 --- a/.github/workflows/slack-notify.yaml +++ b/.github/workflows/slack-notify.yaml @@ -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: