From ad369e32d07c24ecd9c8d441d52c387915a5374d Mon Sep 17 00:00:00 2001 From: Leonardo Parente <23251360+leoparente@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:57:46 -0300 Subject: [PATCH] chore: update codeql version --- .github/workflows/code-ql.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-ql.yml b/.github/workflows/code-ql.yml index 73aab310f..fe1bee863 100644 --- a/.github/workflows/code-ql.yml +++ b/.github/workflows/code-ql.yml @@ -2,7 +2,6 @@ name: "CodeQL" on: - schedule: #run 5 minutes after midnight daily - cron: '5 0 * * *' @@ -34,7 +33,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: 'cpp' # If you wish to specify custom queries, you can do so here or in a config file. @@ -96,4 +95,4 @@ jobs: make all test - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3