From 518b050bfa1f90b73e706e65b3e28f9022e9d64e Mon Sep 17 00:00:00 2001 From: smartcontracts Date: Tue, 17 Sep 2024 19:21:56 -0400 Subject: [PATCH] ci: bump semgrep-scan to xlarge (#11948) We're still having resource issues with a large image. Going to bump this to xlarge to see if that will fix it. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fd56063b8caa..04f4f5bd7593 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1391,7 +1391,7 @@ jobs: SEMGREP_COMMIT: << pipeline.git.revision >> docker: - image: returntocorp/semgrep - resource_class: large + resource_class: xlarge steps: - checkout - unless: