From 9bee24d7021479d43c97b3114c7fef0763cb5462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:28:15 +0000 Subject: [PATCH] fix: bump github/codeql-action from 3.24.7 to 3.27.1 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.7 to 3.27.1. - [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...4f3212b61783c3c68e8309a0f18a699764811cda) --- 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 173d9ebc..dba19fe9 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@4f3212b61783c3c68e8309a0f18a699764811cda # 3.27.1 with: sarif_file: "trivy-results.sarif"