Skip to content

Commit 777d520

Browse files
committed
workflow(codeql): skip C# analysis
1 parent 4d9990e commit 777d520

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/codeql.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,12 @@ on:
88
- "**.ts"
99
- "package.json"
1010
- "pnpm-lock.yaml"
11-
- "*/**.cs"
12-
- "*/**.csproj"
13-
- ".editorconfig"
14-
- "*.props"
15-
- "global.json"
16-
- "nuget.config"
17-
- "*.slnx"
1811
pull_request:
1912
paths:
2013
- "**.js"
2114
- "**.ts"
2215
- "package.json"
2316
- "pnpm-lock.yaml"
24-
- "*/**.cs"
25-
- "*/**.csproj"
26-
- ".editorconfig"
27-
- "*.props"
28-
- "global.json"
29-
- "nuget.config"
30-
- "*.slnx"
3117
schedule:
3218
- cron: "0 0 */2 * *"
3319
workflow_dispatch:
@@ -42,16 +28,13 @@ jobs:
4228
matrix:
4329
languages:
4430
- "javascript-typescript"
45-
- "csharp"
4631
steps:
4732
- name: "Set up repository with the latest commit"
4833
uses: "actions/checkout@v5.0.0"
4934
- name: "Set up analyzer"
5035
uses: "github/codeql-action/init@v4.31.2"
5136
with:
5237
languages: "${{ matrix.languages }}"
53-
- name: "Build assemblies"
54-
uses: "github/codeql-action/autobuild@v4.31.2"
5538
- name: "Run analyzer"
5639
uses: "github/codeql-action/analyze@v4.31.2"
5740
with:

0 commit comments

Comments
 (0)