From dbe25fcc1a44be7cbde364ad8343b2ec63ef596c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:27:42 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from b25d0ebf40e5b63ee81e1bd6e5d2a12b7c2aeb61 to 95e58e9a2cdfd71adc6e0353d5c52f41a045d225. - [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/b25d0ebf40e5b63ee81e1bd6e5d2a12b7c2aeb61...95e58e9a2cdfd71adc6e0353d5c52f41a045d225) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 95e58e9a2cdfd71adc6e0353d5c52f41a045d225 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/snyk-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snyk-security.yml b/.github/workflows/snyk-security.yml index b6e6c85..35575c6 100644 --- a/.github/workflows/snyk-security.yml +++ b/.github/workflows/snyk-security.yml @@ -65,7 +65,7 @@ jobs: - name: Upload SARIF to GitHub if: steps.check_token.outputs.has_token == 'true' - uses: github/codeql-action/upload-sarif@b25d0ebf40e5b63ee81e1bd6e5d2a12b7c2aeb61 + uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 with: sarif_file: snyk-code.sarif continue-on-error: true