From 3420c5077a47cbd2941ea5ca2984fab389fd56c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:37:17 +0000 Subject: [PATCH] Update github/codeql-action action to v4.37.9 --- .github/workflows/security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index f9c9f213..7723e646 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -36,7 +36,7 @@ jobs: run: bandit -r qubosolver/ -c pyproject.toml -f sarif -o bandit-results.sarif || true #TODO: remove 'true' once all warnings are fixed - name: Upload Bandit SARIF to GitHub Security tab if: always() - uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 + uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: sarif_file: bandit-results.sarif @@ -104,7 +104,7 @@ jobs: - name: Upload Trivy SARIF to GitHub Security tab if: always() - uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 + uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: sarif_file: trivy-results.sarif