From c12b4d31e56a09f959dd55591fc51b9e6b8aa386 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Thu, 10 Sep 2026 19:34:25 -0700 Subject: [PATCH] revert to autobuild@v4 to avoid having to update so often --- .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 84be04e..45fc892 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -59,7 +59,7 @@ jobs: # Initialises the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.9 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -78,6 +78,6 @@ jobs: sudo make install - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.9 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}"