From 83b03b37cadda80805ec2ca63b78f5df7221bc88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:35:59 +0000 Subject: [PATCH] fix: update github/codeql-action action to v2.22.9 --- .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 108f64e3..ed183159 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@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8 + uses: github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9 with: languages: python setup-python-dependencies: false