From c3a83d6154f105f8119549f20c66ba41fd6046b9 Mon Sep 17 00:00:00 2001 From: null Date: Thu, 18 Jul 2024 12:25:10 +0100 Subject: [PATCH] chore(deps): update github/codeql-action action to v3 --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/codeql-complete.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c2a18ec..885eb92 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}}" \ No newline at end of file diff --git a/.github/workflows/codeql-complete.yml b/.github/workflows/codeql-complete.yml index 2e9ecda..4bd63b4 100644 --- a/.github/workflows/codeql-complete.yml +++ b/.github/workflows/codeql-complete.yml @@ -39,13 +39,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