Skip to content

Commit

Permalink
build(dependencies): bump the github-actions group across 1 directory…
Browse files Browse the repository at this point in the history
… with 2 updates

Bumps the github-actions group with 2 updates in the / directory: [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.2924.0 to 12.2934.0
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@b8f970b...84f8bb7)

Updates `github/codeql-action` from 3.27.5 to 3.27.9
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f09c1c0...df409f7)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MLenterman committed Dec 19, 2024
1 parent bdd980e commit 568f7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-ci-generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Lint Dockerfile with Checkov
id: checkov
uses: bridgecrewio/checkov-action@b8f970b660bc01f598fc2f108eabd9e8dee728f8 #12.2924.0
uses: bridgecrewio/checkov-action@84f8bb70bc02d86035371e5a5dd568e19d44281b #12.2934.0
with:
directory: .
framework: dockerfile
Expand All @@ -164,7 +164,7 @@ jobs:
path: reports/checkov-results.sarif

- name: Upload to GitHub Security
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 #3.27.5
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae #3.27.9
if: ${{ inputs.upload-sarif-to-security }}
with:
sarif_file: 'reports/checkov-results.sarif'
Expand Down

0 comments on commit 568f7aa

Please sign in to comment.