We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e8da2 commit 9375222Copy full SHA for 9375222
.github/workflows/CodeQL_AIO_Larger_Runner_Examples.yml
@@ -21,7 +21,9 @@ jobs:
21
22
container:
23
image: node:18
24
- options: --cpu 5 --user root
+ options: |
25
+ --cpu 5
26
+
27
28
steps:
29
- name: Checkout repository
@@ -79,7 +81,7 @@ jobs:
79
81
80
82
83
image: openjdk:8
84
+ options: --cpu 5
85
86
87
@@ -171,7 +173,7 @@ jobs:
171
173
172
174
175
image: jkafaty/codeql-dockerapp-example
176
177
178
179
0 commit comments