From 6b4bb51bf6723892ca55283ede14d04cd1319270 Mon Sep 17 00:00:00 2001 From: Christoffer Bengtsson Date: Tue, 12 Dec 2023 11:38:22 +0100 Subject: [PATCH 1/3] refactor: Update dependencies --- .../MN.L10n.Analyzer.Test/MN.L10n.Analyzer.Test.csproj | 6 +++--- MN.L10n.Analyzer/MN.L10n.Analyzer/MN.L10n.Analyzer.csproj | 4 ++-- MN.L10n.Tests/MN.L10n.Tests.csproj | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/MN.L10n.Analyzer/MN.L10n.Analyzer.Test/MN.L10n.Analyzer.Test.csproj b/MN.L10n.Analyzer/MN.L10n.Analyzer.Test/MN.L10n.Analyzer.Test.csproj index 3ced9cd..3e2618a 100644 --- a/MN.L10n.Analyzer/MN.L10n.Analyzer.Test/MN.L10n.Analyzer.Test.csproj +++ b/MN.L10n.Analyzer/MN.L10n.Analyzer.Test/MN.L10n.Analyzer.Test.csproj @@ -11,10 +11,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/MN.L10n.Analyzer/MN.L10n.Analyzer/MN.L10n.Analyzer.csproj b/MN.L10n.Analyzer/MN.L10n.Analyzer/MN.L10n.Analyzer.csproj index 9c41d8e..d9f3175 100644 --- a/MN.L10n.Analyzer/MN.L10n.Analyzer/MN.L10n.Analyzer.csproj +++ b/MN.L10n.Analyzer/MN.L10n.Analyzer/MN.L10n.Analyzer.csproj @@ -21,7 +21,7 @@ MN.L10n.Analyzer, analyzers true - 4.0.0 + 4.0.1 MultiNet Interactive AB @@ -30,7 +30,7 @@ - + diff --git a/MN.L10n.Tests/MN.L10n.Tests.csproj b/MN.L10n.Tests/MN.L10n.Tests.csproj index e4119b0..4015157 100644 --- a/MN.L10n.Tests/MN.L10n.Tests.csproj +++ b/MN.L10n.Tests/MN.L10n.Tests.csproj @@ -12,8 +12,8 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive From e16248e62ee037fc912cc4a5e3b74d70c78cb260 Mon Sep 17 00:00:00 2001 From: NoLifeKing Date: Tue, 12 Dec 2023 11:43:50 +0100 Subject: [PATCH 2/3] ci(CodeQL): Update CodeQL --- .github/workflows/codeql-analysis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1b482ff..8e8be0d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -31,13 +31,13 @@ jobs: uses: actions/checkout@v3 - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0' + dotnet-version: '8.0' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -51,4 +51,4 @@ jobs: dotnet build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v3 From beead7acc209ef90b3f174cad7e22e51d44cc7a9 Mon Sep 17 00:00:00 2001 From: NoLifeKing Date: Tue, 12 Dec 2023 11:44:40 +0100 Subject: [PATCH 3/3] ci(CodeQL): Woops, wrong version --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8e8be0d..4b04851 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -51,4 +51,4 @@ jobs: dotnet build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v2