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 17581d3 commit 60f84f9Copy full SHA for 60f84f9
.github/workflows/codeql.yml
@@ -52,7 +52,7 @@ jobs:
52
53
# Initializes the CodeQL tools for scanning.
54
- name: Initialize CodeQL
55
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
56
with:
57
languages: ${{ matrix.language }}
58
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -73,6 +73,6 @@ jobs:
73
dotnet build coverlet.sln --configuration Debug
74
75
- name: Perform CodeQL Analysis
76
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
77
78
category: "/language:${{matrix.language}}"
0 commit comments