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