From a885da7cd6789109ecf3546d8893629214b75aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:42:55 +0000 Subject: [PATCH] fix: bump github/codeql-action from 3.24.7 to 3.26.13 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.7 to 3.26.13. - [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/3ab4101902695724f9365a384f86c1074d94e18c...f779452ac5af1c261dce0346a8f964149f49322b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-container-image-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-container-image-scan.yml b/.github/workflows/reusable-container-image-scan.yml index 173d9eb..dea24da 100644 --- a/.github/workflows/reusable-container-image-scan.yml +++ b/.github/workflows/reusable-container-image-scan.yml @@ -77,6 +77,6 @@ jobs: severity: 'HIGH,CRITICAL' - name: Upload Trivy scan results to GitHub Security tab if: ${{ steps.get-digests.outputs.destination != null }} - uses: github/codeql-action/upload-sarif@3ab4101902695724f9365a384f86c1074d94e18c # 3.24.7 + uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # 3.26.13 with: sarif_file: "trivy-results.sarif"