diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index 424d7c78e..a6b5813cf 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -43,7 +43,7 @@ jobs: - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.languages}} queries: security-extended @@ -52,7 +52,7 @@ jobs: run: CGO_ENABLED=0 go build -mod=vendor -tags=no_cgo ./... - name: CodeQL Analyze - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{ matrix.languages}}" # need org username and pat to access private libraries \ No newline at end of file