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
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
38
-
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
39
-
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
37
+
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both.
38
+
# Use only 'javascript-typescript' to analyze code written in JavaScript,
39
+
# TypeScript or both.
40
+
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support.
40
41
41
42
env:
42
43
MEDIASOUP_SKIP_WORKER_PREBUILT_DOWNLOAD: 'true'
43
44
44
45
steps:
45
-
- name: Checkout repository
46
-
uses: actions/checkout@v4
46
+
- name: Checkout repository
47
+
uses: actions/checkout@v4
47
48
48
-
# Initializes the CodeQL tools for scanning.
49
-
- name: Initialize CodeQL
50
-
uses: github/codeql-action/init@v3
51
-
with:
52
-
languages: ${{ matrix.language }}
53
-
# If you wish to specify custom queries, you can do so here or in a config file.
54
-
# By default, queries listed here will override any specified in a config file.
55
-
# Prefix the list here with "+" to use these queries and those in the config file.
56
-
57
-
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
58
-
# queries: security-extended,security-and-quality
49
+
# Initializes the CodeQL tools for scanning.
50
+
- name: Initialize CodeQL
51
+
uses: github/codeql-action/init@v3
52
+
with:
53
+
languages: ${{ matrix.language }}
54
+
# If you wish to specify custom queries, you can do so here or in a
55
+
# config file. By default, queries listed here will override any
56
+
# specified in a config file. Prefix the list here with "+" to use
0 commit comments