Skip to content

Commit 0cf7aa0

Browse files
committed
Disable codeql
1 parent baecae7 commit 0cf7aa0

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/workflows/codeql.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: "CodeQL"
22

3-
on:
4-
push:
5-
branches-ignore:
6-
- 'dependabot/**'
7-
pull_request:
8-
schedule:
9-
- cron: '0 8 * * 1'
3+
on: workflow_call
4+
# push:
5+
# branches-ignore:
6+
# - 'dependabot/**'
7+
# pull_request:
8+
# schedule:
9+
# - cron: '0 8 * * 1'
1010

1111
jobs:
1212
analyze:
@@ -28,13 +28,14 @@ jobs:
2828
dotnet-version: |
2929
8.0.x
3030
9.0.x
31+
10.0.x
3132
- name: Initialize CodeQL
3233
uses: github/codeql-action/init@v4
3334
with:
3435
queries: security-and-quality
3536
languages: csharp
3637
config-file: ./.github/codeql-config.yml
3738
- name: Build source code
38-
run: dotnet build --configuration Release --framework net8.0
39+
run: dotnet build --configuration Release --framework net10.0
3940
- name: Perform CodeQL Analysis
4041
uses: github/codeql-action/analyze@v4

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.100",
3+
"version": "10.0.100",
44
"allowPrerelease": false,
55
"rollForward": "latestMajor"
66
}

0 commit comments

Comments
 (0)