diff --git a/.github/workflows/sdl.yml b/.github/workflows/sdl.yml index 3f0af2908f3..a4bf6e17c8d 100644 --- a/.github/workflows/sdl.yml +++ b/.github/workflows/sdl.yml @@ -39,11 +39,11 @@ jobs: with: lfs: true - name: Initialize CodeQL - uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8 + uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9 with: languages: python - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8 + uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9 with: category: "/language:python"