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 de3a09f commit e2cf059Copy full SHA for e2cf059
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
branches: [ main ]
8
9
env:
10
- DOTNET_VERSION: '9.0.x'
+ DOTNET_VERSION: '10.0.x'
11
12
jobs:
13
build:
.github/workflows/codeql-analysis.yml
@@ -9,7 +9,7 @@ on:
- cron: '0 0 * * 1'
14
15
analyze:
@@ -46,4 +46,4 @@ jobs:
46
run: dotnet build --no-restore
47
48
- name: Perform CodeQL Analysis
49
- uses: github/codeql-action/analyze@v4
+ uses: github/codeql-action/analyze@v4
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
workflow_dispatch:
0 commit comments