diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index afa52357..1a63fbd2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -46,7 +46,7 @@ jobs: # Initialize the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3.28.10 + uses: github/codeql-action/init@v4.35.1 with: languages: ${{ matrix.language }} # If you wish to specify custom queries: @@ -55,7 +55,7 @@ jobs: # Autobuild attempts to build any compiled languages. # For JS/TS, it usually works out of the box by scanning files. - name: Autobuild - uses: github/codeql-action/autobuild@v3.28.10 + uses: github/codeql-action/autobuild@v4.35.1 # If Autobuild fails, we can run manual build: # - name: Install & Build @@ -64,6 +64,6 @@ jobs: # pnpm turbo build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.28.10 + uses: github/codeql-action/analyze@v4.35.1 with: category: '/language:${{matrix.language}}'