Skip to content

Commit 9375222

Browse files
committed
AIO Build Larger Runners
1 parent d8e8da2 commit 9375222

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/CodeQL_AIO_Larger_Runner_Examples.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121

2222
container:
2323
image: node:18
24-
options: --cpu 5 --user root
24+
options: |
25+
--cpu 5
26+
2527
2628
steps:
2729
- name: Checkout repository
@@ -79,7 +81,7 @@ jobs:
7981

8082
container:
8183
image: openjdk:8
82-
options: --cpu 5 --user root
84+
options: --cpu 5
8385

8486
steps:
8587
- name: Checkout repository
@@ -171,7 +173,7 @@ jobs:
171173

172174
container:
173175
image: jkafaty/codeql-dockerapp-example
174-
options: --cpu 5 --user root
176+
options: --cpu 5
175177

176178
steps:
177179

0 commit comments

Comments
 (0)