From 2308d6aeb180503afbecbbe57063700e188c4901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 01:05:49 +0000 Subject: [PATCH] ci(deps): bump github/codeql-action/upload-sarif from 4.37.3 to 4.37.6 Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 4.37.3 to 4.37.6. - [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...5595ccaf912efad79be6eef63a5619ff05969be3) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.6 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..221efb5e4 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@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 if: always() with: sarif_file: governance/reports/behavioral-report.sarif.json