Skip to content

Commit 8484474

Browse files
authored
Update codeql-analysis.yml
1 parent 46101a4 commit 8484474

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v4.2.1
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v2
37+
uses: github/codeql-action/init@v3
3838
with:
3939
languages: ${{ matrix.language }}
4040
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -45,7 +45,7 @@ jobs:
4545
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4646
# If this step fails, then you should remove it and run the build manually (see below)
4747
# - name: Autobuild
48-
# uses: github/codeql-action/autobuild@v1
48+
# uses: github/codeql-action/autobuild@v3
4949

5050
# ℹ️ Command-line programs to run using the OS shell.
5151
# 📚 https://git.io/JvXDl
@@ -54,12 +54,12 @@ jobs:
5454
# and modify them (or add more) to build your code if your project
5555
# uses a compiled language
5656
- name: Setup .NET 6.0
57-
uses: actions/setup-dotnet@v1.8.2
57+
uses: actions/setup-dotnet@v4
5858
with:
59-
dotnet-version: 6.0.100
59+
dotnet-version: 6.0.427
6060

6161
- name: Build and Test with dotnet
6262
run: NONET461=true dotnet test --configuration Release -v:m | grep -v 'NAME_UNKNOWN:Package'
6363

6464
- name: Perform CodeQL Analysis
65-
uses: github/codeql-action/analyze@v1
65+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)