Skip to content

Commit 68425ce

Browse files
authored
Update codeql-analysis.yml (#4075)
1 parent 6599cc8 commit 68425ce

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ name: "Security Scanning"
1313

1414
on:
1515
push:
16-
branches: [ master ]
16+
branches: [ main ]
1717
pull_request:
18-
branches: [ master ]
18+
branches: [ main ]
1919
schedule:
2020
- cron: '0 0 * * 0,3'
21+
workflow_dispatch:
2122

2223
jobs:
2324
analyze:
@@ -40,11 +41,7 @@ jobs:
4041
- name: Setup .NET
4142
uses: actions/setup-dotnet@v4
4243
with:
43-
dotnet-version: |
44-
8.0.x
45-
9.0.x
46-
10.0.x
47-
dotnet-quality: preview
44+
dotnet-version: 9.0.205
4845

4946
- name: Initialize CodeQL
5047
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)