Skip to content

Commit 7ebda7a

Browse files
chore(deps): update github/codeql-action action to v4
1 parent f14a461 commit 7ebda7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@v3
43+
uses: github/codeql-action/init@v4
4444
with:
4545
dependency-caching: true
4646
languages: ${{ matrix.language }}
@@ -56,6 +56,6 @@ jobs:
5656
- run: dotnet build OutlookDesktop.sln
5757

5858
- name: Perform CodeQL Analysis
59-
uses: github/codeql-action/analyze@v3
59+
uses: github/codeql-action/analyze@v4
6060
with:
6161
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)