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 3502421 commit db6e0b4Copy full SHA for db6e0b4
.github/workflows/CodeQL_AIO_Larger_Runner_Examples.yml
@@ -21,8 +21,8 @@ jobs:
21
22
container:
23
image: node:18
24
- options: |
25
- --cpus 5
+ options: --cpus 5 --user root
+
26
27
28
steps:
@@ -81,7 +81,7 @@ jobs:
81
82
83
image: openjdk:8
84
- options: --cpus 5
85
86
87
- name: Checkout repository
@@ -173,7 +173,7 @@ jobs:
173
174
175
image: jkafaty/codeql-dockerapp-example
176
177
178
179
0 commit comments