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
# required to fetch internal or private CodeQL packs
20
-
packages: read
21
-
22
-
# only required for workflows in private repositories
23
-
actions: read
24
-
contents: read
21
+
security-events: write # Required to upload results
22
+
packages: read # Required for CodeQL packs
23
+
actions: read # Required for private repo status
24
+
contents: read # Required to scan code
25
25
26
26
strategy:
27
27
fail-fast: false
@@ -31,24 +31,22 @@ jobs:
31
31
build-mode: none
32
32
- language: javascript-typescript
33
33
build-mode: none
34
-
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
35
-
# Use `c-cpp` to analyze code written in C, C++ or both
36
-
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
37
-
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
38
-
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
39
-
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
40
-
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
41
-
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
# 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
46
+
# Added security-extended to find deeper SSRF issues
0 commit comments