From e2582a2ca40f9bb9396b50943ca65c0787f832d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 04:26:50 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 4.31.2 to 4.31.9 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.2 to 4.31.9. - [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/0499de31b99561a6d14a36a5f662c2a54f91beee...5d4e8d1aca955e8d8589aabd499c5cae939e33c7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/slither.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slither.yaml b/.github/workflows/slither.yaml index 07143f4..b7e5760 100644 --- a/.github/workflows/slither.yaml +++ b/.github/workflows/slither.yaml @@ -287,7 +287,7 @@ jobs: # Upload SARIF results to GitHub Code Scanning for security dashboard integration - name: Upload SARIF file to GitHub Code Scanning - uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 + uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9 if: always() && steps.slither.outputs.sarif continue-on-error: true with: