Skip to content

Commit d73bc24

Browse files
chore(deps): update github/codeql-action action to v4 (#296)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Scrivo <275524+mscrivo@users.noreply.github.com>
1 parent 6a1ad98 commit d73bc24

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)