From d6a2753c50f34a7a11279c53bb1489a940c20e4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 04:25:24 +0000 Subject: [PATCH] chore(deps) Pin github/codeql-action action to f371297 --- .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..73c658b 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@f3712979fa5f215279b101dd0a2e3bdfb4353324 # 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@f3712979fa5f215279b101dd0a2e3bdfb4353324 # v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@f3712979fa5f215279b101dd0a2e3bdfb4353324 # v3 with: category: "/language:${{ matrix.language }}"