From ccf09528448c4bfa5e1b984be778be1a6ff72327 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 03:56:14 +0000 Subject: [PATCH] fix: update github/codeql-action action to v3.26.13 (#1176) 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 5ddf28b..ab59b89 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@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12 + uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 with: languages: python setup-python-dependencies: false