From 9bcbe3153f8b3322a37c8bd089f890a0dfc6aa96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 05:23:47 +0000 Subject: [PATCH] build(dependencies): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `bridgecrewio/checkov-action` from 12.2852.0 to 12.2857.0 - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/e983355829b735cff43000af6158aac9f7b4a7da...b57df8031953b36872c225e6627691100b03bcde) Updates `github/codeql-action` from 3.26.2 to 3.26.4 - [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/429e1977040da7a23b6822b13c129cd1ba93dbb2...f0f3afee809481da311ca3a6ff1ff51d81dbeb24) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-ci-generic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-ci-generic.yml b/.github/workflows/docker-ci-generic.yml index b8a8340..ea753b1 100644 --- a/.github/workflows/docker-ci-generic.yml +++ b/.github/workflows/docker-ci-generic.yml @@ -146,7 +146,7 @@ jobs: - name: Lint Dockerfile with Checkov id: checkov - uses: bridgecrewio/checkov-action@e983355829b735cff43000af6158aac9f7b4a7da #12.2852.0 + uses: bridgecrewio/checkov-action@b57df8031953b36872c225e6627691100b03bcde #12.2857.0 with: directory: . framework: dockerfile @@ -164,7 +164,7 @@ jobs: path: reports/checkov-results.sarif - name: Upload to GitHub Security - uses: github/codeql-action/upload-sarif@429e1977040da7a23b6822b13c129cd1ba93dbb2 #3.26.2 + uses: github/codeql-action/upload-sarif@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 #3.26.4 if: ${{ inputs.upload-sarif-to-security }} with: sarif_file: 'reports/checkov-results.sarif'