From 8ef7aa28f1deaa6a539f78c00fce184198674ecc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:45:51 +0000 Subject: [PATCH] fix: update github/codeql-action action to v2.22.8 --- .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 238d0f3a..35c6e2c1 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@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7 + uses: github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8 with: languages: python setup-python-dependencies: false