diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5e4ce2d..6c1dcd7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,7 +33,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + 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. @@ -43,7 +43,7 @@ jobs: # Auto build attempts to build any compiled languages (C/C++, C#, or Java). - name: Auto build - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v4 # Run manual build only if auto-build fails - name: Manual build @@ -54,4 +54,4 @@ jobs: # Run analysis - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v4