Skip to content

Commit af248d2

Browse files
Merge pull request #2999 from microsoft/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents 69aa239 + 636d554 commit af248d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-csharp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
# Initializes the CodeQL tools for scanning.
7474
- name: Initialize CodeQL
75-
uses: github/codeql-action/init@v3
75+
uses: github/codeql-action/init@v4
7676
with:
7777
languages: ${{ matrix.language }}
7878
build-mode: ${{ matrix.build-mode }}
@@ -99,6 +99,6 @@ jobs:
9999
run: dotnet build ${{ matrix.solution }}
100100

101101
- name: Perform CodeQL Analysis
102-
uses: github/codeql-action/analyze@v3
102+
uses: github/codeql-action/analyze@v4
103103
with:
104104
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)