Skip to content

Commit 1dc1b2d

Browse files
committed
Fix codeql scanning languages separately
1 parent bd7e091 commit 1dc1b2d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
matrix:
2626
language: ["python", "actions"]
2727
steps:
28-
- name: Checkout repository
29-
uses: actions/checkout@v5
28+
- uses: actions/checkout@v5
3029
- name: Initialize CodeQL
3130
uses: github/codeql-action/init@v3
31+
with:
32+
languages: ${{ matrix.language }}
3233
- name: Perform CodeQL Analysis
3334
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)