diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 056d9fd..bce9b0f 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@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5 + - uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.language == 'go' && 'manual' || 'none' }} - run: make build if: matrix.language == 'go' - - uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5 + - uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6 with: category: /language:${{ matrix.language }} \ No newline at end of file