We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1de3a14 + 55eb185 commit 51a27e7Copy full SHA for 51a27e7
code-scanning/codeql.yml
@@ -55,6 +55,12 @@ jobs:
55
- name: Checkout repository
56
uses: actions/checkout@v4
57
58
+ # Add any setup steps before running the `github/codeql-action/init` action.
59
+ # This includes steps like installing compilers or runtimes (`actions/setup-node`
60
+ # or others). This is typically only required for manual builds.
61
+ # - name: Setup runtime (example)
62
+ # uses: actions/setup-example@v1
63
+
64
# Initializes the CodeQL tools for scanning.
65
- name: Initialize CodeQL
66
uses: github/codeql-action/init@v3
0 commit comments