From f8ea512cc863810f51f7da8093f7d3c575043a8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 15:21:42 +0000 Subject: [PATCH] fix: update github/codeql-action action to v3.28.9 (#1329) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/security-codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-codeql.yml b/.github/workflows/security-codeql.yml index ab495712..f485c85c 100644 --- a/.github/workflows/security-codeql.yml +++ b/.github/workflows/security-codeql.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Dependencies uses: ./.github/actions/setup-poetry - name: Initialize CodeQL - uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 + uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9 with: languages: python setup-python-dependencies: false