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
46
+
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
47
+
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
48
+
49
+
steps:
50
+
- name: Checkout repository
51
+
uses: actions/checkout@v4
52
+
53
+
# Initializes the CodeQL tools for scanning.
54
+
- name: Initialize CodeQL
55
+
uses: github/codeql-action/init@v3
56
+
with:
57
+
languages: ${{ matrix.language }}
58
+
# If you wish to specify custom queries, you can do so here or in a config file.
59
+
# By default, queries listed here will override any specified in a config file.
60
+
# Prefix the list here with "+" to use these queries and those in the config file.
61
+
62
+
# For more 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
0 commit comments