From da067ae52191d2ba2d2bd2fe1427e5da8fb4e593 Mon Sep 17 00:00:00 2001 From: Rishabh Jain Date: Tue, 28 Jul 2026 22:16:50 +0530 Subject: [PATCH 1/2] ci: upgrade CodeQL Action to v3 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 5a0fd990-27f4-4a2a-8df7-3b81302917c1 --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ee25a1ca..344e7d45 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -44,7 +44,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: ${{ matrix.language }} config-file: ./.github/codeql/codeql-config.yml @@ -73,6 +73,6 @@ jobs: run: npm run build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}" From e7f4653af3a3b1391942fee74ed11f65ce0aac7b Mon Sep 17 00:00:00 2001 From: Rishabh Jain Date: Tue, 28 Jul 2026 22:20:00 +0530 Subject: [PATCH 2/2] ci: use CodeQL Action v4 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 5a0fd990-27f4-4a2a-8df7-3b81302917c1 --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 344e7d45..00306206 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} config-file: ./.github/codeql/codeql-config.yml @@ -73,6 +73,6 @@ jobs: run: npm run build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}"