Skip to content

Commit 01d7cb9

Browse files
committed
Fix CI
1 parent ea3484d commit 01d7cb9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
language: ["csharp"]
30+
language: ['csharp']
31+
3132
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
3233
# Learn more:
3334
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
@@ -38,7 +39,7 @@ jobs:
3839

3940
# Initializes the CodeQL tools for scanning.
4041
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@v2
42+
uses: github/codeql-action/init@v3
4243
with:
4344
languages: ${{ matrix.language }}
4445
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -49,7 +50,7 @@ jobs:
4950
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5051
# If this step fails, then you should remove it and run the build manually (see below)
5152
- name: Autobuild
52-
uses: github/codeql-action/autobuild@v2
53+
uses: github/codeql-action/autobuild@v3
5354

5455
# ℹ️ Command-line programs to run using the OS shell.
5556
# 📚 https://git.io/JvXDl
@@ -63,4 +64,4 @@ jobs:
6364
# make release
6465

6566
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@v2
67+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)