From 68aadf0763657faa899e99b216c60d91eb07df8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 12:10:32 +0000 Subject: [PATCH] chore(deps) Pin github/codeql-action action to 6f5948d --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2fcbe6e..a4e227f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -66,7 +66,7 @@ jobs: - uses: actions/checkout@v7 - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@6f5948dfacef28e207b48d0905cf90c03365536d # v3 with: # `actions` matters at least as much as `python` here: the runtime # is stdlib-only, while the CI is where a public repo is actually @@ -88,9 +88,9 @@ jobs: # file-at-a-time scan would not connect. Skipped for `actions`, which # analyses YAML and has nothing to build. if: matrix.language == 'python' - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@6f5948dfacef28e207b48d0905cf90c03365536d # v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@6f5948dfacef28e207b48d0905cf90c03365536d # v3 with: category: "/language:${{ matrix.language }}"