Skip to content

Commit 51a27e7

Browse files
authored
Merge branch 'main' into main
2 parents 1de3a14 + 55eb185 commit 51a27e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

code-scanning/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ jobs:
5555
- name: Checkout repository
5656
uses: actions/checkout@v4
5757

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+
5864
# Initializes the CodeQL tools for scanning.
5965
- name: Initialize CodeQL
6066
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)