Skip to content

Commit 81b428c

Browse files
Bump github/codeql-action from 3 to 4 (#1982)
1 parent 835b1fb commit 81b428c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,8 @@ jobs:
4646
steps:
4747
- name: Checkout repository
4848
uses: actions/checkout@v6
49-
- name: Setup .NET
50-
uses: actions/setup-dotnet@v5
51-
with:
52-
dotnet-version: |
53-
7.0.x
54-
# Initializes the CodeQL tools for scanning.
5549
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@v3
50+
uses: github/codeql-action/init@v4
5751
with:
5852
languages: ${{ matrix.language }}
5953
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,7 +58,7 @@ jobs:
6458
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6559
# If this step fails, then you should remove it and run the build manually (see below)
6660
- name: Autobuild
67-
uses: github/codeql-action/autobuild@v3
61+
uses: github/codeql-action/autobuild@v4
6862

6963
# ℹ️ Command-line programs to run using the OS shell.
7064
# 📚 https://git.io/JvXDl
@@ -78,4 +72,4 @@ jobs:
7872
# make release
7973

8074
- name: Perform CodeQL Analysis
81-
uses: github/codeql-action/analyze@v3
75+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)