Skip to content

Commit 3b5b72e

Browse files
authored
Upgrade CodeQL actions to version 4
Updated CodeQL action versions to v4 for initialization and analysis.
1 parent 6a7314a commit 3b5b72e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CodeQL_PR_Analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
dotnet-version: '8.0.x'
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@v3
34+
uses: github/codeql-action/init@v4
3535
with:
3636
languages: csharp
3737

3838
- name: Build Project
3939
run: dotnet build src/RandomAPI/RandomAPI.csproj
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@v3
42+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)