From 7efe3ebe9e2d4554778c54e09fb51cef9d143c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:08:37 +0000 Subject: [PATCH] ci(deps): bump github/codeql-action/upload-sarif Bumps the actions-security group with 1 update in the / directory: [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `github/codeql-action/upload-sarif` from 4.31.5 to 4.36.2 - [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/fdbfb4d2750291e159f0156def62b853c2798ca2...8aad20d150bbac5944a9f9d289da16a4b0d87c1e) --- updated-dependencies: - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.36.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-security ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4e04039..f6f4c51 100644 --- a/action.yml +++ b/action.yml @@ -239,7 +239,7 @@ runs: - name: Upload SARIF results to GitHub Security tab if: ${{ inputs.upload-sarif == 'true' && always() }} uses: >- - github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 + github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e with: sarif_file: ${{ inputs.sarif-file }} category: pyguard