Skip to content

Commit 89831ae

Browse files
author
Chris Gårdenberg
committed
chore: Disable build for CodeQL
1 parent 12141e1 commit 89831ae

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,24 @@ jobs:
2323
# Override automatic language detection by changing the below list
2424
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
2525
language: ['csharp']
26+
build-mode: ['none']
2627
# Learn more...
2728
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
2829

2930
steps:
3031
- name: Checkout repository
31-
uses: actions/checkout@v3
32-
32+
uses: actions/checkout@v4
33+
3334
- name: Setup .NET
3435
uses: actions/setup-dotnet@v3
3536
with:
36-
dotnet-version: '8.0'
37+
dotnet-version: '9.0'
3738

3839
# Initializes the CodeQL tools for scanning.
3940
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@v2
41+
uses: github/codeql-action/init@v3
4142
with:
4243
languages: ${{ matrix.language }}
43-
# If you wish to specify custom queries, you can do so here or in a config file.
44-
# By default, queries listed here will override any specified in a config file.
45-
# Prefix the list here with "+" to use these queries and those in the config file.
46-
# queries: ./path/to/local/query, your-org/your-repo/queries@main
47-
48-
- name: Build L10n
49-
run: |
50-
dotnet restore
51-
dotnet build
5244

5345
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@v2
46+
uses: github/codeql-action/analyze@v3

MN.L10n.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1010
.editorconfig = .editorconfig
1111
.gitattributes = .gitattributes
1212
.gitignore = .gitignore
13+
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
1314
CONTRIBUTING.md = CONTRIBUTING.md
15+
.github\workflows\javascripts-tests.yml = .github\workflows\javascripts-tests.yml
1416
LICENSE.txt = LICENSE.txt
1517
README.md = README.md
1618
TROUBLESHOOTING.md = TROUBLESHOOTING.md

0 commit comments

Comments
 (0)