diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9ef3924..a864cba 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,12 +33,12 @@ jobs: with: go-version-file: go.mod if: matrix.language == 'go' - - uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3 + - uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.language == 'go' && 'manual' || 'none' }} - run: make build if: matrix.language == 'go' - - uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3 + - uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4 with: category: /language:${{ matrix.language }} \ No newline at end of file