We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6599cc8 commit 68425ceCopy full SHA for 68425ce
.github/workflows/codeql-analysis.yml
@@ -13,11 +13,12 @@ name: "Security Scanning"
13
14
on:
15
push:
16
- branches: [ master ]
+ branches: [ main ]
17
pull_request:
18
19
schedule:
20
- cron: '0 0 * * 0,3'
21
+ workflow_dispatch:
22
23
jobs:
24
analyze:
@@ -40,11 +41,7 @@ jobs:
40
41
- name: Setup .NET
42
uses: actions/setup-dotnet@v4
43
with:
- dotnet-version: |
44
- 8.0.x
45
- 9.0.x
46
- 10.0.x
47
- dotnet-quality: preview
+ dotnet-version: 9.0.205
48
49
- name: Initialize CodeQL
50
uses: github/codeql-action/init@v3
0 commit comments