From 5dc248b85f02aaa915fb39c074249648e3488146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 04:48:06 +0000 Subject: [PATCH] Bump github/codeql-action from 3.25.6 to 3.26.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.6 to 3.26.0. - [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.25.6...v3.26.0) --- 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 07e8ac0..a74e5df 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.25.6 + uses: github/codeql-action/upload-sarif@v3.26.0 with: sarif_file: 'trivy-results.sarif' - name: run container locally as a test