File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments