We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7e091 commit 1dc1b2dCopy full SHA for 1dc1b2d
1 file changed
.github/workflows/codeql.yml
@@ -25,9 +25,10 @@ jobs:
25
matrix:
26
language: ["python", "actions"]
27
steps:
28
- - name: Checkout repository
29
- uses: actions/checkout@v5
+ - uses: actions/checkout@v5
30
- name: Initialize CodeQL
31
uses: github/codeql-action/init@v3
+ with:
32
+ languages: ${{ matrix.language }}
33
- name: Perform CodeQL Analysis
34
uses: github/codeql-action/analyze@v3
0 commit comments