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 3 updates (#17)

[skip ci]
Bumps the github-actions group with 3 updates in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action), [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `docker/build-push-action` from 6.6.1 to 6.7.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@16ebe77...5cd11c3)

Updates `bridgecrewio/checkov-action` from 12.2845.0 to 12.2852.0
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@d26020a...e983355)

Updates `github/codeql-action` from 3.26.0 to 3.26.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@eb055d7...429e197)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 20, 2024
1 parent e535f26 commit e047286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-ci-generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Build and export Docker image
id: build
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 #6.6.1
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 #6.7.0
with:
context: .
platforms: linux/amd64
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Lint Dockerfile with Checkov
id: checkov
uses: bridgecrewio/checkov-action@d26020ae0b8dfdddfab43acf7fdcf3b1f7298246 #12.2845.0
uses: bridgecrewio/checkov-action@e983355829b735cff43000af6158aac9f7b4a7da #12.2852.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@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa #3.26.0
uses: github/codeql-action/upload-sarif@429e1977040da7a23b6822b13c129cd1ba93dbb2 #3.26.2
if: ${{ inputs.upload-sarif-to-security }}
with:
sarif_file: 'reports/checkov-results.sarif'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-release-generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Build and export Docker image
id: build
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 #6.6.1
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 #6.7.0
with:
context: .
platforms: linux/amd64, linux/arm64
Expand Down

0 comments on commit e047286

Please sign in to comment.