Backport of ci: increase runner size for security scans into release/1.17.x (#20071)

backport of commit e84dd20cb4

Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
pull/20099/head
hc-github-team-consul-core 2024-01-02 12:17:08 -06:00 committed by GitHub
parent 4e1e51904b
commit 84eda5fcd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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))