Skip to content

Commit adb444f

Browse files
committed
Allow CodeQL workflow to run when default CodeQL scanning is enabled
1 parent 6d11caa commit adb444f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@ jobs:
5353
make
5454
5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@v3
56+
uses: github/codeql-action/analyze@v3
57+
continue-on-error: true
58+

0 commit comments

Comments
 (0)