We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f17b9d commit 9cb4ffeCopy full SHA for 9cb4ffe
1 file changed
.github/workflows/codeql.yml
@@ -17,7 +17,9 @@ jobs:
17
packages: read
18
actions: read
19
contents: read
20
-
+ container:
21
+ image: letssteam/makecode-toolchain:latest
22
+ options: --user 1001 --security-opt no-new-privileges
23
strategy:
24
fail-fast: false
25
matrix:
0 commit comments