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 6b4bb51 commit e16248eCopy full SHA for e16248e
.github/workflows/codeql-analysis.yml
@@ -31,13 +31,13 @@ jobs:
31
uses: actions/checkout@v3
32
33
- name: Setup .NET
34
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v3
35
with:
36
- dotnet-version: '7.0'
+ dotnet-version: '8.0'
37
38
# Initializes the CodeQL tools for scanning.
39
- name: Initialize CodeQL
40
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
41
42
languages: ${{ matrix.language }}
43
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -51,4 +51,4 @@ jobs:
51
dotnet build
52
53
- name: Perform CodeQL Analysis
54
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v3
0 commit comments