There was an error while loading. Please reload this page.
1 parent d3e3397 commit b8081b8Copy full SHA for b8081b8
1 file changed
.github/workflows/codeql-analysis.yml
@@ -47,7 +47,7 @@ jobs:
47
dotnet-quality: preview
48
49
- name: Initialize CodeQL
50
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
51
with:
52
languages: ${{ matrix.language }}
53
@@ -57,4 +57,4 @@ jobs:
57
dotnet build Microsoft.FluentUI.sln
58
59
- name: Perform CodeQL Analysis
60
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments