From 6cece1f688e19244d7dcb2de698f459b8a1f813e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 09:37:39 +0000 Subject: [PATCH] build(deps): bump github/codeql-action/upload-sarif Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 9fddc16f0de775b9edd8a84dd5839ac2db070f8b to 41a4b9a4cd40615c0165f4e0213d0216d236e1fe. - [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/9fddc16f0de775b9edd8a84dd5839ac2db070f8b...41a4b9a4cd40615c0165f4e0213d0216d236e1fe) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 41a4b9a4cd40615c0165f4e0213d0216d236e1fe dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 9ddd2a2..2c56a7e 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -37,6 +37,6 @@ jobs: - name: Upload SARIF # if fork PR, don't upload their SARIF if: steps.semgrep.outcome == 'success' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) - uses: github/codeql-action/upload-sarif@9fddc16f0de775b9edd8a84dd5839ac2db070f8b + uses: github/codeql-action/upload-sarif@41a4b9a4cd40615c0165f4e0213d0216d236e1fe with: sarif_file: semgrep.sarif