We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f98b91 commit 6bbbe9aCopy full SHA for 6bbbe9a
1 file changed
.github/workflows/codeQL.yml
@@ -26,12 +26,13 @@ jobs:
26
dotnet-quality: preview
27
28
- name: Initialize CodeQL
29
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
30
with:
31
- languages: csharp,javascript
+ languages: csharp,actions
32
+ build-mode: manual
33
34
- name: Build
35
run: dotnet build SecRandom.slnx -c Release
36
37
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v3
38
+ uses: github/codeql-action/analyze@v4
0 commit comments