diff --git a/.github/workflows/lint-golang.yaml b/.github/workflows/lint-golang.yaml index 5a1a3820..1076048b 100644 --- a/.github/workflows/lint-golang.yaml +++ b/.github/workflows/lint-golang.yaml @@ -154,11 +154,11 @@ jobs: # https://github.com/github/codeql-action # GitHub's industry-leading semantic code analysis engine, CodeQL, against a repository's source code to find security vulnerabilities - name: CodeQL Initialize - uses: github/codeql-action/init@v2.1.6 + uses: github/codeql-action/init@v3.28.19 with: languages: go - name: CodeQL Analysis - uses: github/codeql-action/analyze@v2.1.6 + uses: github/codeql-action/analyze@v3.28.19 # https://github.com/praetorian-inc/gokart # static analysis tool for Go that finds vulnerabilities using the SSA