Skip to content

Commit e900a9a

Browse files
update versions
1 parent 4e3afdd commit e900a9a

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,9 @@ jobs:
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@v2
53+
uses: github/codeql-action/init@v3
5454
with:
5555
languages: ${{ matrix.language }}
56-
- name: Setup dotnet
57-
uses: actions/setup-dotnet@v4
58-
with:
59-
dotnet-version: |
60-
9.0.x
61-
7.0.x
6256
# If you wish to specify custom queries, you can do so here or in a config file.
6357
# By default, queries listed here will override any specified in a config file.
6458
# Prefix the list here with "+" to use these queries and those in the config file.
@@ -70,7 +64,7 @@ jobs:
7064
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
7165
# If this step fails, then you should remove it and run the build manually (see below)
7266
- name: Autobuild
73-
uses: github/codeql-action/autobuild@v2
67+
uses: github/codeql-action/autobuild@v3
7468

7569
# ℹ️ Command-line programs to run using the OS shell.
7670
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -81,12 +75,8 @@ jobs:
8175
# - run: |
8276
# echo "Run, Build Application using script"
8377
# ./location_of_script_within_repo/buildscript.sh
84-
8578
- name: Perform CodeQL Analysis
86-
uses: github/codeql-action/analyze@v2
87-
dotnet-version: |
88-
9.0.x
89-
7.0.x
79+
uses: github/codeql-action/analyze@v3
9080
with:
9181
category: "/language:${{matrix.language}}"
9282

0 commit comments

Comments
 (0)