From 84eda5fcd5d552fe7e1e7caf140c80baa2a389cc Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Tue, 2 Jan 2024 12:17:08 -0600 Subject: [PATCH] Backport of ci: increase runner size for security scans into release/1.17.x (#20071) backport of commit e84dd20cb487b73d68154c3bdbad9abed29bc444 Co-authored-by: Michael Zalimeni --- .github/workflows/security-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index bb3d60db20..a09879d62f 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -47,7 +47,7 @@ jobs: scan: needs: [setup] - runs-on: ${{ fromJSON(needs.setup.outputs.compute-large) }} + runs-on: ${{ fromJSON(needs.setup.outputs.compute-xl) }} # The first check ensures this doesn't run on community-contributed PRs, who # won't have the permissions to run this job. if: ${{ (github.repository != 'hashicorp/consul' || (github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name))