diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5bada30..b4606ce 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,7 +13,7 @@ jobs: security-events: write steps: - uses: actions/checkout@v7 - - uses: github/codeql-action/init@d1ba80a13dd99fba24a470575428917156a28b43 # v4 + - uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4 with: languages: python - uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 # v4