We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14a461 commit 7ebda7aCopy full SHA for 7ebda7a
.github/workflows/codeql-analysis.yml
@@ -40,7 +40,7 @@ jobs:
40
41
# Initializes the CodeQL tools for scanning.
42
- name: Initialize CodeQL
43
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
44
with:
45
dependency-caching: true
46
languages: ${{ matrix.language }}
@@ -56,6 +56,6 @@ jobs:
56
- run: dotnet build OutlookDesktop.sln
57
58
- name: Perform CodeQL Analysis
59
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
60
61
category: "/language:${{matrix.language}}"
0 commit comments