From 179f0a245204a21f516c9ee53ce9d8e1cea68f38 Mon Sep 17 00:00:00 2001 From: jgalindo-connectbase <121899392+jgalindo-connectbase@users.noreply.github.com> Date: Tue, 2 Apr 2024 07:10:29 -0400 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 62bcab7..54ab508 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,8 +16,6 @@ on: branches: [ "master" ] pull_request: branches: [ "master" ] - #schedule: - # - cron: '26 2 * * 2' jobs: analyze: @@ -68,7 +66,6 @@ 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 - - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 with: