From ff771a0b370526aabd99b32bd850c075c568ad03 Mon Sep 17 00:00:00 2001 From: Stephen Griffin Date: Wed, 13 Nov 2024 09:16:24 -0500 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c4d0625..4dd715f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,11 +12,6 @@ on: jobs: analyze: name: Analyze (${{ matrix.language }}) - # Runner size impacts CodeQL analysis time. To learn more, please see: - # - https://gh.io/recommended-hardware-resources-for-running-codeql - # - https://gh.io/supported-runners-and-hardware-resources - # - https://gh.io/using-larger-runners (GitHub.com only) - # Consider using larger runners or machines with greater resources for possible analysis time improvements. runs-on: windows-latest permissions: packages: read @@ -66,4 +61,4 @@ jobs: - name: Upload CodeQL Analysis Results uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: - path: ${{ steps.analyze.outputs.sarif-output }} \ No newline at end of file + path: ${{ steps.analyze.outputs.sarif-output }}