From 79b86a1a2ca467aba2531d34fe0c422ba26b68fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 05:20:41 +0000 Subject: [PATCH] build(deps): bump github/codeql-action from 3.28.1 to 3.28.8 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.1 to 3.28.8. - [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/b6a472f63d85b9c78a3ac5e89422239fc15e9b3c...dd746615b3b9d728a6a37ca2045b68ca76d4841a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/meterian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/meterian.yml b/.github/workflows/meterian.yml index 07839649db..2853616a85 100644 --- a/.github/workflows/meterian.yml +++ b/.github/workflows/meterian.yml @@ -26,7 +26,7 @@ jobs: with: cli_args: "--report-sarif=report.sarif" oss: true - - uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1 + - uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 if: success() || failure() with: sarif_file: report.sarif