From 3e32ae91389d66d8e60963510f69f7e393c25907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 04:46:45 +0000 Subject: [PATCH] Bump github/codeql-action from 3.22.12 to 3.24.6 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.12 to 3.24.6. - [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/v3.22.12...v3.24.6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00a6006..e7f0198 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: output: 'trivy-results.sarif' severity: ${{ env.SEVERITY }} - name: upload trivy scan results to GitHub security tab - uses: github/codeql-action/upload-sarif@v3.22.12 + uses: github/codeql-action/upload-sarif@v3.24.6 with: sarif_file: 'trivy-results.sarif' - name: run container locally as a test