From c2fe982128ecc8e0b631719774d537da222c422d Mon Sep 17 00:00:00 2001 From: David Knise Date: Fri, 23 Jun 2023 09:39:06 -0700 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a8ef0d5..a79ed27 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,12 +45,6 @@ jobs: with: languages: ${{ matrix.language }} - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: ${{ matrix.language }} - - name: Setup .NET uses: actions/setup-dotnet@v1 with: