Skip to content

Commit d74d017

Browse files
authored
Remove C# analysis from CodeQL workflow (#32877)
1 parent 50af64b commit d74d017

1 file changed

Lines changed: 1 addition & 34 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -68,43 +68,10 @@ jobs:
6868
ref: refs/heads/${{ github.ref_name }}
6969
sha: ${{ steps.get-head-sha.outputs.SHA }}
7070

71-
analyze-csharp:
72-
name: Analyze C#
73-
runs-on: ubuntu-latest
74-
permissions:
75-
actions: read
76-
contents: read
77-
security-events: write
78-
79-
steps:
80-
- name: Checkout repository
81-
uses: actions/checkout@v4
82-
83-
- name: Get head SHA
84-
id: get-head-sha
85-
run: echo "SHA=$(git rev-parse origin/${{ github.ref_name }})" >> "$GITHUB_OUTPUT"
86-
87-
# Initializes the CodeQL tools for scanning.
88-
- name: Initialize CodeQL
89-
uses: github/codeql-action/init@v3
90-
with:
91-
languages: csharp
92-
config-file: ./.github/codeql/codeql-config.yml
93-
94-
- name: Autobuild
95-
uses: github/codeql-action/autobuild@v3
96-
97-
- name: Perform CodeQL Analysis
98-
uses: github/codeql-action/analyze@v3
99-
with:
100-
category: "/language:csharp"
101-
ref: refs/heads/${{ github.ref_name }}
102-
sha: ${{ steps.get-head-sha.outputs.SHA }}
103-
10471
fetch:
10572
runs-on: devextreme-shr2
10673
name: Fetch analysis
107-
needs: [ analyze-javascript, analyze-csharp ]
74+
needs: [ analyze-javascript ]
10875

10976
steps:
11077
- name: Get Latest Analysis info

0 commit comments

Comments
 (0)