From 83ec1b20b1fddfc5c2cc084b46d0831c2f01453d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:46:26 +0000 Subject: [PATCH] Bump github/codeql-action from 3.26.10 to 3.27.0 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.10 to 3.27.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/e2b3eafc8d227b0241d48be5f425d47c2d750a13...662472033e021d55d94146f66f6058822b0b39fd) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/checkov.yml | 2 +- .github/workflows/kics.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checkov.yml b/.github/workflows/checkov.yml index 266ffb54..eb13d253 100644 --- a/.github/workflows/checkov.yml +++ b/.github/workflows/checkov.yml @@ -26,7 +26,7 @@ jobs: skip_download: true # Do not download any data from Bridgecrew's servers - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10 + uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 if: success() || failure() with: diff --git a/.github/workflows/kics.yml b/.github/workflows/kics.yml index d89ba5f9..364f1e91 100644 --- a/.github/workflows/kics.yml +++ b/.github/workflows/kics.yml @@ -32,6 +32,6 @@ jobs: platform_type: 'kubernetes' disable_secrets: true - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.8 + uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.26.8 with: sarif_file: report-dir/results.sarif