diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0fb04e2d8..3525c51ba 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,12 +35,12 @@ jobs: with: go-version-file: go.mod if: matrix.language == 'go' - - uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 + - uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.language == 'go' && 'manual' || 'none' }} - run: make build install-docs-tools md-docs if: matrix.language == 'go' - - uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 + - uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4 with: category: /language:${{ matrix.language }}