From 7922ff3df58a993e59127a86e3db8eb00fd66bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 09:23:20 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action/upload-sarif 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/lyrashield-scan.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lyrashield-scan.yml b/.github/workflows/lyrashield-scan.yml index 96748b84..c9646cce 100644 --- a/.github/workflows/lyrashield-scan.yml +++ b/.github/workflows/lyrashield-scan.yml @@ -385,7 +385,7 @@ jobs: - name: Publish SARIF to GitHub Code Scanning if: always() continue-on-error: true - uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 with: sarif_file: lyrashield-results.sarif category: lyrashield-diff-scan diff --git a/action.yml b/action.yml index 9ac54bd2..17b85787 100644 --- a/action.yml +++ b/action.yml @@ -204,7 +204,7 @@ runs: - name: Publish SARIF to GitHub Code Scanning if: always() continue-on-error: true - uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 with: sarif_file: lyrashield-results.sarif category: lyrashield-diff-scan