Skip to content

Commit 9cb4ffe

Browse files
committed
fix(CI): 💚 Fix codeql workflow by using the makecode container
1 parent 1f17b9d commit 9cb4ffe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
packages: read
1818
actions: read
1919
contents: read
20-
20+
container:
21+
image: letssteam/makecode-toolchain:latest
22+
options: --user 1001 --security-opt no-new-privileges
2123
strategy:
2224
fail-fast: false
2325
matrix:

0 commit comments

Comments
 (0)