Skip to content

Commit

Permalink
ci: bump semgrep-scan to xlarge (ethereum-optimism#11948)
Browse files Browse the repository at this point in the history
We're still having resource issues with a large image. Going to
bump this to xlarge to see if that will fix it.
  • Loading branch information
smartcontracts authored Sep 17, 2024
1 parent e15f684 commit 518b050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@ jobs:
SEMGREP_COMMIT: << pipeline.git.revision >>
docker:
- image: returntocorp/semgrep
resource_class: large
resource_class: xlarge
steps:
- checkout
- unless:
Expand Down

0 comments on commit 518b050

Please sign in to comment.