diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 07b4f85..5dede61 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,7 +39,7 @@ jobs: python -m pip install --upgrade pip python -m pip install -r requirements.txt - name: Initialize CodeQL - uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1 + uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2 with: languages: ${{matrix.language}} build-mode: ${{matrix.build-mode}} @@ -48,6 +48,6 @@ jobs: run: | python setup.py build_ext --inplace - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1 + uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2 with: category: "/language:${{matrix.language}}"