From b5d34843e565f7767db7f42ce94224681c908f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 10:28:41 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 4 to 4.37.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v4...v4.37.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gitgalaxy-artifacts.yml | 2 +- .github/workflows/gitgalaxy-audit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitgalaxy-artifacts.yml b/.github/workflows/gitgalaxy-artifacts.yml index 71ba2d55..0e8b8470 100644 --- a/.github/workflows/gitgalaxy-artifacts.yml +++ b/.github/workflows/gitgalaxy-artifacts.yml @@ -51,7 +51,7 @@ jobs: mv *_llm.md gitgalaxy_architecture_brief.md 2>/dev/null || true - name: Upload SARIF to GitHub Security Tab - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.0 with: sarif_file: gitgalaxy-results_sarif.json diff --git a/.github/workflows/gitgalaxy-audit.yml b/.github/workflows/gitgalaxy-audit.yml index 2dcff789..ad9d0ba9 100644 --- a/.github/workflows/gitgalaxy-audit.yml +++ b/.github/workflows/gitgalaxy-audit.yml @@ -38,7 +38,7 @@ jobs: - name: Upload SARIF to GitHub Security Tab if: always() - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.0 with: sarif_file: gitgalaxy-results_sarif.json