Skip to content

Commit

Permalink
build(dependencies): bump the github-actions group with 2 updates
Browse files Browse the repository at this point in the history
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](bridgecrewio/checkov-action@e983355...b57df80)

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](github/codeql-action@429e197...f0f3afe)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 23, 2024
1 parent b55abdd commit 9bcbe31
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@e983355829b735cff43000af6158aac9f7b4a7da #12.2852.0
uses: bridgecrewio/checkov-action@b57df8031953b36872c225e6627691100b03bcde #12.2857.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@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'
Expand Down

0 comments on commit 9bcbe31

Please sign in to comment.