From d3cb6a987d680e03f4f4a558ef18f90dcc063be1 Mon Sep 17 00:00:00 2001 From: Luke <6856386+jalim@users.noreply.github.com> Date: Wed, 15 May 2024 07:59:45 +0800 Subject: [PATCH] Update mega-linter.yml Signed-off-by: Luke <6856386+jalim@users.noreply.github.com> --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index cbd5d9f6f..67ebd03bf 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -38,7 +38,7 @@ concurrency: jobs: megalinter: name: MegaLinter - runs-on: ubuntu-latest + runs-on: ["gha-runner-scale-set"] # Give the default GITHUB_TOKEN write permission to commit and push, comment # issues, and post new Pull Requests; remove the ones you do not need