Skip to content

Commit e16248e

Browse files
authored
ci(CodeQL): Update CodeQL
1 parent 6b4bb51 commit e16248e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
uses: actions/checkout@v3
3232

3333
- name: Setup .NET
34-
uses: actions/setup-dotnet@v1
34+
uses: actions/setup-dotnet@v3
3535
with:
36-
dotnet-version: '7.0'
36+
dotnet-version: '8.0'
3737

3838
# Initializes the CodeQL tools for scanning.
3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@v2
40+
uses: github/codeql-action/init@v3
4141
with:
4242
languages: ${{ matrix.language }}
4343
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -51,4 +51,4 @@ jobs:
5151
dotnet build
5252
5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@v1
54+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)