From ba67e56126be71611ef2caf7bc922ef39ae2e4a5 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 28 Dec 2025 22:09:19 +0000 Subject: [PATCH] ci: codeql: Update action version to v4 --- .github/workflows/static-analysis.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index bf789c4..c313437 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -45,9 +45,8 @@ jobs: ns-clone -d -s ns-make-libs install - # 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 }} @@ -58,4 +57,4 @@ jobs: make -j"$(nproc)" - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4