diff --git a/.github/workflows/autocheckers.yml b/.github/workflows/autocheckers.yml index 89b4512e3f233..7cad4bc8408fe 100644 --- a/.github/workflows/autocheckers.yml +++ b/.github/workflows/autocheckers.yml @@ -14,7 +14,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src }} @@ -71,7 +71,7 @@ jobs: run: bash ./build/autoloaderchecker.sh autocheckers: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest strategy: matrix: @@ -114,7 +114,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, autoloader, autocheckers] if: always() diff --git a/.github/workflows/block-merge-eol.yml b/.github/workflows/block-merge-eol.yml index 31f84a999363a..601bb36ee9a57 100644 --- a/.github/workflows/block-merge-eol.yml +++ b/.github/workflows/block-merge-eol.yml @@ -23,7 +23,7 @@ jobs: # Only run on stableXX branches if: startsWith( github.base_ref, 'stable') - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest steps: - name: Set server major version environment diff --git a/.github/workflows/block-merge-freeze.yml b/.github/workflows/block-merge-freeze.yml index f28a02101e441..0df92b3d42bf9 100644 --- a/.github/workflows/block-merge-freeze.yml +++ b/.github/workflows/block-merge-freeze.yml @@ -25,7 +25,7 @@ jobs: if: github.event.pull_request.draft == false - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest steps: - name: Register server reference to fallback to master branch diff --git a/.github/workflows/block-outdated-3rdparty.yml b/.github/workflows/block-outdated-3rdparty.yml index 8d35a2125c90c..e867915cdd30e 100644 --- a/.github/workflows/block-outdated-3rdparty.yml +++ b/.github/workflows/block-outdated-3rdparty.yml @@ -17,7 +17,7 @@ jobs: block-outdated-3rdparty: name: Block merging with outdated 3rdparty/ - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest steps: - name: Check requirement diff --git a/.github/workflows/block-unconventional-commits.yml b/.github/workflows/block-unconventional-commits.yml index 6bf1a79c9415e..409e70a5c967c 100644 --- a/.github/workflows/block-unconventional-commits.yml +++ b/.github/workflows/block-unconventional-commits.yml @@ -23,7 +23,7 @@ jobs: block-unconventional-commits: name: Block unconventional commits - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 642f43da69c89..1e4f84beea692 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,5 +1,5 @@ # This workflow is provided via the organization template repository -# + # https://github.com/nextcloud/.github # https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization # @@ -228,7 +228,7 @@ jobs: path: data.tar summary: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [init, cypress] if: always() diff --git a/.github/workflows/dependabot-approve-merge.yml b/.github/workflows/dependabot-approve-merge.yml index ed902d9280746..a3f4aad9c2a20 100644 --- a/.github/workflows/dependabot-approve-merge.yml +++ b/.github/workflows/dependabot-approve-merge.yml @@ -25,7 +25,7 @@ concurrency: jobs: auto-approve-merge: if: github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'renovate[bot]' - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest permissions: # for hmarr/auto-approve-action to approve PRs pull-requests: write diff --git a/.github/workflows/files-external-ftp.yml b/.github/workflows/files-external-ftp.yml index e57347d640fde..0f16f0063e5db 100644 --- a/.github/workflows/files-external-ftp.yml +++ b/.github/workflows/files-external-ftp.yml @@ -15,7 +15,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -121,7 +121,7 @@ jobs: docker logs ftp ftp-summary: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, files-external-ftp] if: always() diff --git a/.github/workflows/files-external-s3.yml b/.github/workflows/files-external-s3.yml index 0fb50099dec70..fe76e74f87d44 100644 --- a/.github/workflows/files-external-s3.yml +++ b/.github/workflows/files-external-s3.yml @@ -15,7 +15,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -203,7 +203,7 @@ jobs: docker ps -aq | while read container ; do IMAGE=$(docker inspect --format='{{.Config.Image}}' $container); echo $IMAGE; docker logs $container; echo "\n\n" ; done s3-external-summary: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, files-external-s3-minio, files-external-s3-localstack] if: always() diff --git a/.github/workflows/files-external-sftp.yml b/.github/workflows/files-external-sftp.yml index d48ca27db3720..e07996036d08f 100644 --- a/.github/workflows/files-external-sftp.yml +++ b/.github/workflows/files-external-sftp.yml @@ -15,7 +15,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -111,7 +111,7 @@ jobs: docker logs sftp sftp-summary: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, files-external-sftp] if: always() diff --git a/.github/workflows/files-external-smb-kerberos.yml b/.github/workflows/files-external-smb-kerberos.yml index 8326f6633cabe..633c502418c13 100644 --- a/.github/workflows/files-external-smb-kerberos.yml +++ b/.github/workflows/files-external-smb-kerberos.yml @@ -15,7 +15,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -108,7 +108,7 @@ jobs: docker exec --user 33 apache cat $FILEPATH sftp-summary: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, files-external-smb-kerberos] if: always() diff --git a/.github/workflows/files-external-smb.yml b/.github/workflows/files-external-smb.yml index 74392359ca5be..8a1cc0c9be319 100644 --- a/.github/workflows/files-external-smb.yml +++ b/.github/workflows/files-external-smb.yml @@ -15,7 +15,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -112,7 +112,7 @@ jobs: flags: phpunit-files-external-smb files-external-smb-summary: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, files-external-smb] if: always() diff --git a/.github/workflows/files-external-webdav.yml b/.github/workflows/files-external-webdav.yml index 47bea4ef84f8c..e77dcac542dde 100644 --- a/.github/workflows/files-external-webdav.yml +++ b/.github/workflows/files-external-webdav.yml @@ -15,7 +15,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -109,7 +109,7 @@ jobs: flags: phpunit-files-external-webdav files-external-webdav-summary: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, files-external-webdav-apache] if: always() diff --git a/.github/workflows/files-external.yml b/.github/workflows/files-external.yml index c2c0206070105..d06c1ac5bf624 100644 --- a/.github/workflows/files-external.yml +++ b/.github/workflows/files-external.yml @@ -15,7 +15,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -97,7 +97,7 @@ jobs: flags: phpunit-files-external-generic files-external-summary: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, files-external-generic ] if: always() diff --git a/.github/workflows/fixup.yml b/.github/workflows/fixup.yml index 69da2bbb039f2..14442999254f4 100644 --- a/.github/workflows/fixup.yml +++ b/.github/workflows/fixup.yml @@ -27,7 +27,7 @@ jobs: pull-requests: write name: Block fixup and squash commits - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest steps: - name: Run check diff --git a/.github/workflows/integration-dav.yml b/.github/workflows/integration-dav.yml index 4d6b1140eac53..f4f3cc8ec6ea9 100644 --- a/.github/workflows/integration-dav.yml +++ b/.github/workflows/integration-dav.yml @@ -13,7 +13,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -118,7 +118,7 @@ jobs: caldav-integration-summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, integration-caldav] if: always() diff --git a/.github/workflows/integration-litmus.yml b/.github/workflows/integration-litmus.yml index c99cb12dcae03..7f169aa108f21 100644 --- a/.github/workflows/integration-litmus.yml +++ b/.github/workflows/integration-litmus.yml @@ -13,7 +13,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -105,7 +105,7 @@ jobs: integration-litmus-summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, integration-litmus] if: always() diff --git a/.github/workflows/integration-s3-primary.yml b/.github/workflows/integration-s3-primary.yml index eda8c27080992..fed1d7f671ca2 100644 --- a/.github/workflows/integration-s3-primary.yml +++ b/.github/workflows/integration-s3-primary.yml @@ -13,7 +13,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -112,7 +112,7 @@ jobs: s3-primary-integration-summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, integration-s3-primary] if: always() diff --git a/.github/workflows/integration-sqlite.yml b/.github/workflows/integration-sqlite.yml index 4d684dbc6190c..847baebbf6349 100644 --- a/.github/workflows/integration-sqlite.yml +++ b/.github/workflows/integration-sqlite.yml @@ -19,7 +19,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -172,7 +172,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, integration-sqlite] if: always() diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml index 43e964b5aaf26..c7df440ce7cbf 100644 --- a/.github/workflows/lint-eslint.yml +++ b/.github/workflows/lint-eslint.yml @@ -19,7 +19,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest permissions: contents: read pull-requests: read @@ -87,7 +87,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, lint] if: always() diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml index eebad3abf4a64..ca938212eaf38 100644 --- a/.github/workflows/lint-php-cs.yml +++ b/.github/workflows/lint-php-cs.yml @@ -19,7 +19,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -71,7 +71,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, lint] if: always() diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index 5c7d61e4d4962..c3a930253ddf8 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -19,7 +19,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} steps: @@ -72,7 +72,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, lint] if: always() diff --git a/.github/workflows/node-test.yml b/.github/workflows/node-test.yml index 365cb9c704a3e..c32233e5b3d43 100644 --- a/.github/workflows/node-test.yml +++ b/.github/workflows/node-test.yml @@ -22,7 +22,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest permissions: contents: read pull-requests: read @@ -51,7 +51,7 @@ jobs: - '**.vue' versions: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: changes if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }} @@ -176,7 +176,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, test, jsunit, handlebars] if: always() diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 7bd4338ae9e10..39fafa6baf79c 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -19,7 +19,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest permissions: contents: read pull-requests: read @@ -97,7 +97,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, build] if: always() diff --git a/.github/workflows/object-storage-azure.yml b/.github/workflows/object-storage-azure.yml index e3f7a220eb8e1..2aaf8598ac4f9 100644 --- a/.github/workflows/object-storage-azure.yml +++ b/.github/workflows/object-storage-azure.yml @@ -15,7 +15,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -128,7 +128,7 @@ jobs: docker ps -aq | while read container ; do IMAGE=$(docker inspect --format='{{.Config.Image}}' $container); echo $IMAGE; docker logs $container; echo "\n\n" ; done azure-primary-summary: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, azure-primary-tests] if: always() diff --git a/.github/workflows/object-storage-s3.yml b/.github/workflows/object-storage-s3.yml index 9d08275aacc02..63d003930153a 100644 --- a/.github/workflows/object-storage-s3.yml +++ b/.github/workflows/object-storage-s3.yml @@ -15,7 +15,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -134,7 +134,7 @@ jobs: docker ps -aq | while read container ; do IMAGE=$(docker inspect --format='{{.Config.Image}}' $container); echo $IMAGE; docker logs $container; echo "\n\n" ; done s3-primary-summary: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes,s3-primary-tests-minio] if: always() diff --git a/.github/workflows/object-storage-swift.yml b/.github/workflows/object-storage-swift.yml index c6cb96bfd99ad..9af92643e8ffd 100644 --- a/.github/workflows/object-storage-swift.yml +++ b/.github/workflows/object-storage-swift.yml @@ -15,7 +15,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -124,7 +124,7 @@ jobs: docker ps -aq | while read container ; do IMAGE=$(docker inspect --format='{{.Config.Image}}' $container); echo $IMAGE; docker logs $container; echo "\n\n" ; done swift-primary-summary: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes,swift-primary-tests] if: always() diff --git a/.github/workflows/phpunit-mariadb.yml b/.github/workflows/phpunit-mariadb.yml index d854d09e2a97f..4dc431d6f13b2 100644 --- a/.github/workflows/phpunit-mariadb.yml +++ b/.github/workflows/phpunit-mariadb.yml @@ -22,7 +22,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest permissions: contents: read pull-requests: read @@ -143,7 +143,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, phpunit-mariadb] if: always() diff --git a/.github/workflows/phpunit-memcached.yml b/.github/workflows/phpunit-memcached.yml index 3f2866c9180ad..844191bec4f98 100644 --- a/.github/workflows/phpunit-memcached.yml +++ b/.github/workflows/phpunit-memcached.yml @@ -22,7 +22,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -122,7 +122,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, phpunit-memcached] if: always() diff --git a/.github/workflows/phpunit-mysql-sharding.yml b/.github/workflows/phpunit-mysql-sharding.yml index d90218251a0c5..16b01242f0a51 100644 --- a/.github/workflows/phpunit-mysql-sharding.yml +++ b/.github/workflows/phpunit-mysql-sharding.yml @@ -22,7 +22,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src }} @@ -180,7 +180,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, phpunit-mysql] if: always() diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 5ee6855c84bdc..0332d80a5d6e8 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -22,7 +22,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest permissions: contents: read pull-requests: read @@ -148,7 +148,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, phpunit-mysql] if: always() diff --git a/.github/workflows/phpunit-nodb.yml b/.github/workflows/phpunit-nodb.yml index 50ca17f8c47d3..e59753f1132f0 100644 --- a/.github/workflows/phpunit-nodb.yml +++ b/.github/workflows/phpunit-nodb.yml @@ -24,7 +24,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src }} @@ -128,7 +128,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, phpunit-nodb] if: always() diff --git a/.github/workflows/phpunit-object-store-primary.yml b/.github/workflows/phpunit-object-store-primary.yml index 5d44568ea33cd..e9ec83640a1b8 100644 --- a/.github/workflows/phpunit-object-store-primary.yml +++ b/.github/workflows/phpunit-object-store-primary.yml @@ -15,7 +15,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -114,7 +114,7 @@ jobs: object-store-primary-summary: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes,object-store-primary-tests-minio] if: always() diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml index 343dcdd8c214b..b2c9e573eccee 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.github/workflows/phpunit-oci.yml @@ -22,7 +22,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest permissions: contents: read pull-requests: read @@ -151,7 +151,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, phpunit-oci] if: always() diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml index 1d249c3557b7f..0fc4350168071 100644 --- a/.github/workflows/phpunit-pgsql.yml +++ b/.github/workflows/phpunit-pgsql.yml @@ -22,7 +22,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest permissions: contents: read pull-requests: read @@ -147,7 +147,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, phpunit-pgsql] if: always() diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 0c07f27caf9b0..d984ced0721fc 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -22,7 +22,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest permissions: contents: read pull-requests: read @@ -129,7 +129,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, phpunit-sqlite] if: always() diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 95a8626a4a51d..0d8e1962a806e 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -16,7 +16,7 @@ permissions: jobs: reuse-compliance-check: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 diff --git a/.github/workflows/update-min-supported-desktop.yml b/.github/workflows/update-min-supported-desktop.yml index 8d298a52f246a..00b582f705381 100644 --- a/.github/workflows/update-min-supported-desktop.yml +++ b/.github/workflows/update-min-supported-desktop.yml @@ -13,7 +13,7 @@ permissions: jobs: update-minimum-supported-desktop-version: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 diff --git a/.github/workflows/update-stable-titles.yml b/.github/workflows/update-stable-titles.yml index b39bab88b6e53..b05e84fe2975b 100644 --- a/.github/workflows/update-stable-titles.yml +++ b/.github/workflows/update-stable-titles.yml @@ -14,7 +14,7 @@ concurrency: jobs: update-pr-title: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest permissions: pull-requests: write contents: read