Skip to content

Commit 485a7a6

Browse files
committed
Disable CodeQL analysis on Linux
1 parent 131dbae commit 485a7a6

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/linux-ci.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -157,17 +157,18 @@ jobs:
157157
runner_os: ubuntu-latest
158158
test_results_artifact_name: testResults-xunit
159159

160-
analyze:
161-
name: CodeQL Analysis
162-
needs: changes
163-
if: ${{ needs.changes.outputs.source == 'true' }}
164-
uses: ./.github/workflows/analyze-reusable.yml
165-
permissions:
166-
actions: read
167-
contents: read
168-
security-events: write
169-
with:
170-
runner_os: ubuntu-latest
160+
## Temporarily disable the CodeQL analysis on Linux as it doesn't work for .NET SDK 10-rc.2.
161+
# analyze:
162+
# name: CodeQL Analysis
163+
# needs: changes
164+
# if: ${{ needs.changes.outputs.source == 'true' }}
165+
# uses: ./.github/workflows/analyze-reusable.yml
166+
# permissions:
167+
# actions: read
168+
# contents: read
169+
# security-events: write
170+
# with:
171+
# runner_os: ubuntu-latest
171172

172173
ready_to_merge:
173174
name: Linux ready to merge

0 commit comments

Comments
 (0)