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: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action).


Updates `actions/upload-artifact` from 4.3.6 to 4.4.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@834a144...5076954)

Updates `bridgecrewio/checkov-action` from 12.2860.0 to 12.2864.0
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@1b813e8...c942186)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and MLenterman committed Sep 9, 2024
1 parent 63ab07a commit b4a68ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
version: ${{ inputs.version }}

- name: Upload Instance BuildInfo.properties
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a #4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 #4.4.0
with:
name: pre-build-instance-buildinfo
path: ./*/main/resources/BuildInfo.properties
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-ci-generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
cache-to: type=gha,mode=max

- name: "Upload Docker tar"
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a #4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 #4.4.0
with:
name: build-docker-image
path: ./image.tar
Expand All @@ -146,7 +146,7 @@ jobs:

- name: Lint Dockerfile with Checkov
id: checkov
uses: bridgecrewio/checkov-action@1b813e8f72afe2b6263a6ea10c873707e21ebe44 #12.2860.0
uses: bridgecrewio/checkov-action@c9421864e014ef6b8acfa35d0bf3c7e52c13ab10 #12.2864.0
with:
directory: .
framework: dockerfile
Expand All @@ -158,7 +158,7 @@ jobs:
output_file_path: reports/checkov-results.sarif

- name: Upload Sarif report as artifact
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a #4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 #4.4.0
with:
name: checkov-results
path: reports/checkov-results.sarif
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
# hide-progress: false
# -
# name: "Upload Sarif report as artifact"
# uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a #4.3.6
# uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 #4.4.0
# with:
# name: trivy-results
# path: trivy-results.sarif
Expand Down

0 comments on commit b4a68ed

Please sign in to comment.