From 0a12bbd590283747fd28acd1501a56a4cc313d69 Mon Sep 17 00:00:00 2001 From: null Date: Thu, 18 Jul 2024 18:13:17 +0100 Subject: [PATCH] chore(deps): update github/codeql-action action to v3 --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/codeql-scheduled.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2caf44c..acb3ace 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,13 +37,13 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # queries: security-extended,security-and-quality # debug: true # Only use this for debugging. It will increase the runtime of the action and take up storage - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/codeql-scheduled.yml b/.github/workflows/codeql-scheduled.yml index 666e981..283c801 100644 --- a/.github/workflows/codeql-scheduled.yml +++ b/.github/workflows/codeql-scheduled.yml @@ -47,13 +47,13 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # queries: security-extended,security-and-quality # debug: true # Only use this for debugging. It will increase the runtime of the action and take up storage - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}" \ No newline at end of file