You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ jobs:
19
19
runs-on: ubuntu-latest
20
20
permissions:
21
21
security-events: write # required to publish sarif
22
-
23
22
strategy:
24
23
fail-fast: false
25
24
matrix:
@@ -28,27 +27,34 @@ jobs:
28
27
build-mode: none
29
28
- language: python
30
29
build-mode: none
31
-
30
+
- language: javascript-typescript
31
+
build-mode: none
32
+
# FIXME: Temporary restriction: do not run for javascript-typescript, unless on push and PR for geti-inspect feature branch.
33
+
# This prevents JavaScript/TypeScript CodeQL analysis (job failure) on unrelated branches and should be removed once feature/geti-inspect will be merged into the main
32
34
steps:
33
35
- name: Harden the runner (audit all outbound calls)
0 commit comments