diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index eaba51e..962d744 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -18,7 +18,7 @@ jobs: with: go-version: stable # Initializes the CodeQL tools for scanning. - - uses: github/codeql-action/init@v2 + - uses: github/codeql-action/init@v3 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). - - uses: github/codeql-action/autobuild@v2 - - uses: github/codeql-action/analyze@v2 \ No newline at end of file + - uses: github/codeql-action/autobuild@v3 + - uses: github/codeql-action/analyze@v3 \ No newline at end of file