We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a336a78 commit 9b43680Copy full SHA for 9b43680
1 file changed
.github/workflows/codeql.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v6
35
36
- name: Initialize CodeQL
37
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
38
with:
39
languages: 'csharp'
40
@@ -47,6 +47,6 @@ jobs:
47
run: dotnet build
48
49
- name: Perform CodeQL Analysis
50
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
51
52
category: "/language:csharp"
0 commit comments