From f9c8dcb401b1d9dec598cb1ec6a16e9a38aeebec Mon Sep 17 00:00:00 2001 From: MiroKaku <50670906+MiroKaku@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:03:39 +0800 Subject: [PATCH] build: To upgrade to the CodeQL v3 --- .github/workflows/codeql-analysis.yml | 6 +++--- BuildAllTargets.proj | 6 ------ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e9ce044..eee9048 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,7 +45,7 @@ jobs: # 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. @@ -56,7 +56,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) #- name: Autobuild - # uses: github/codeql-action/autobuild@v2 + # uses: github/codeql-action/autobuild@v3 - name: Build shell: cmd @@ -74,4 +74,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/BuildAllTargets.proj b/BuildAllTargets.proj index fe5f24f..ca5ee4b 100644 --- a/BuildAllTargets.proj +++ b/BuildAllTargets.proj @@ -6,12 +6,6 @@ $(MSBuildThisFileDirectory)*.sln - - Configuration=Debug;Platform=x86 - - - Configuration=Release;Platform=x86 - Configuration=Debug;Platform=x64