diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4cea8d977a..5e18b92af5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -96,7 +96,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 }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -113,7 +113,7 @@ jobs: # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild (not Go) if: matrix.language != 'go' - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@v4 - name: Build (Go only) if: matrix.language == 'go' @@ -132,6 +132,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}"