From 617c9fe121617196777114d4faff9b6daba606c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 01:06:16 +0000 Subject: [PATCH] ci(deps): bump github/codeql-action/upload-sarif from 4.37.3 to 4.37.5 Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.3 to 4.37.5. - [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/e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81...d1ba80a13dd99fba24a470575428917156a28b43) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/behavioral_assessment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/behavioral_assessment.yml b/.github/workflows/behavioral_assessment.yml index 865fb8152..726f8b3ea 100644 --- a/.github/workflows/behavioral_assessment.yml +++ b/.github/workflows/behavioral_assessment.yml @@ -33,7 +33,7 @@ jobs: run: make test-behavioral - name: Upload SARIF to Code Scanning - uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5 if: always() with: sarif_file: governance/reports/behavioral-report.sarif.json