From 86a4ce1d47736892a3f62407bcac6ca4c7949a09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:09:57 +0000 Subject: [PATCH] ci(deps): bump github/codeql-action in the actions-security group Bumps the actions-security group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.30.8 to 4.31.5 - [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/f443b600d91635bebf5b0d9ebc620189c0d6fba5...fdbfb4d2750291e159f0156def62b853c2798ca2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.5 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 c77b28fe..612c6167 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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 + github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 with: sarif_file: ${{ inputs.sarif-file }} category: pyguard