From 5c6ccf9e92ec902ae4e33eedf7c66c42f0e8b608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 20:54:26 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 4.37.4 to 4.37.8 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.4 to 4.37.8. - [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.37.4...v4.37.8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/psalm_security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/psalm_security.yml b/.github/workflows/psalm_security.yml index 2632642368..f1c424fc90 100644 --- a/.github/workflows/psalm_security.yml +++ b/.github/workflows/psalm_security.yml @@ -28,6 +28,6 @@ jobs: uses: psalm/psalm-github-security-scan@9ec1b5e2b854b3f048fa32e8c4aaa9ae05d77345 - name: Upload Security Analysis results to GitHub - uses: github/codeql-action/upload-sarif@v4.37.4 + uses: github/codeql-action/upload-sarif@v4.37.8 with: sarif_file: results.sarif