diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e44f8b0..14d44b0 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,14 +34,14 @@ jobs: show-progress: false # Initializes the CodeQL tools for scanning. - - uses: github/codeql-action/init@v3 + - uses: github/codeql-action/init@v4 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java, ruby # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). # If this step fails, then you should remove it and run the build manually (see below). - - uses: github/codeql-action/autobuild@v3 + - uses: github/codeql-action/autobuild@v4 # â„šī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -55,4 +55,4 @@ jobs: # make release # Perform CodeQL Analysis - - uses: github/codeql-action/analyze@v3 + - uses: github/codeql-action/analyze@v4