From 5443fb3dcb5982611e442e1f77ce37e92192b33f Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 29 Dec 2023 14:26:54 -0500 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ddf839c109..17d860e270 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,14 +1,3 @@ -# For most projects, this workflow file will not need changing; you simply need -# to commit it to your repository. -# -# You may wish to alter this file to override the set of languages analyzed, -# or to provide custom queries or build logic. -# -# ******** NOTE ******** -# We have attempted to detect the languages in your repository. Please check -# the `language` matrix defined below to confirm you have the correct set of -# supported CodeQL languages. -# name: "CodeQL" on: @@ -38,10 +27,6 @@ jobs: fail-fast: false matrix: language: [ 'csharp' ] - # CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ] - # Use only 'java-kotlin' to analyze code written in Java, Kotlin or both - # Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both - # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support steps: - name: Setup/Install the .NET 8 SDK @@ -78,24 +63,12 @@ jobs: # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality - - # Build MailKit.sln - name: Build continue-on-error: false shell: pwsh run: | dotnet msbuild MailKit.sln -property:Platform="Any CPU" -property:Configuration=Release - # ℹī¸ Command-line programs to run using the OS shell. - # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun - - # If the Autobuild fails above, remove it and uncomment the following three lines. - # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. - - # - run: | - # echo "Run, Build Application using script" - # ./location_of_script_within_repo/buildscript.sh - - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 with: