Skip to content

Commit d1b535d

Browse files
Copilotmnriem
andcommitted
Fix CodeQL workflow: add build-mode none and dependency-caching for Python
Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
1 parent c799b0e commit d1b535d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: github/codeql-action/init@v4
2626
with:
2727
languages: ${{ matrix.language }}
28+
build-mode: none
29+
dependency-caching: true
2830

2931
- name: Perform CodeQL Analysis
3032
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)