From a19486406b5d91bbc942b49fb78192671a174258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 10:43:46 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [mondoohq/actions/xgrep](https://github.com/mondoohq/actions) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `mondoohq/actions/xgrep` from 13.2.0 to 13.3.0 - [Release notes](https://github.com/mondoohq/actions/releases) - [Commits](https://github.com/mondoohq/actions/compare/b41754752763419780430abef5e35842ba2bec66...c38cfdf99da709760f58ff35aa5608688657f2f7) Updates `github/codeql-action/upload-sarif` from 4.36.2 to 4.36.3 - [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/8aad20d150bbac5944a9f9d289da16a4b0d87c1e...54f647b7e1bb85c95cddabcd46b0c578ec92bc1a) --- updated-dependencies: - dependency-name: mondoohq/actions/xgrep dependency-version: 13.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.36.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 4906d93..a004f00 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -16,12 +16,12 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 # full history so PR scans are diff-aware - - uses: mondoohq/actions/xgrep@b41754752763419780430abef5e35842ba2bec66 # v13.2.0 + - uses: mondoohq/actions/xgrep@c38cfdf99da709760f58ff35aa5608688657f2f7 # v13.3.0 with: # Report-only to start: findings land in the Security tab without # blocking merges. Tighten to "error" once the baseline is triaged. fail-on: off - - uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 + - uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 if: always() with: sarif_file: results.sarif