diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6bf2296..07b4f85 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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0 + uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1 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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0 + uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1 with: category: "/language:${{matrix.language}}"