Skip to content

Commit

Permalink
build(deps): bump the actions group with 3 updates (#17)
Browse files Browse the repository at this point in the history
Bumps the actions group with 3 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby), [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) and [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform).


Updates `ruby/setup-ruby` from 1.157.0 to 1.159.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](ruby/setup-ruby@v1.157.0...v1.159.0)

Updates `aquasecurity/trivy-action` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.12.0...0.13.0)

Updates `hashicorp/setup-terraform` from 2 to 3
- [Release notes](https://github.com/hashicorp/setup-terraform/releases)
- [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
- [Commits](hashicorp/setup-terraform@v2...v3)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: hashicorp/setup-terraform
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 3581374 commit bbf6fcb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/puppet-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: 'Checkout repo'
uses: 'actions/checkout@v4'
- name: 'Set up Ruby'
uses: 'ruby/setup-ruby@v1.157.0'
uses: 'ruby/setup-ruby@v1.159.0'
env:
BUNDLE_SILENCE_ROOT_WARNING: '1'
BUNDLE_WITH: 'development'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/puppet-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: 'Checkout repo'
uses: 'actions/checkout@v4'
- name: 'Set up Ruby'
uses: 'ruby/setup-ruby@v1.157.0'
uses: 'ruby/setup-ruby@v1.159.0'
env:
BUNDLE_SILENCE_ROOT_WARNING: '1'
BUNDLE_WITH: 'development'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/puppet-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: 'Checkout repo'
uses: 'actions/checkout@v4'
- name: 'Set up Ruby'
uses: 'ruby/setup-ruby@v1.157.0'
uses: 'ruby/setup-ruby@v1.159.0'
env:
BUNDLE_SILENCE_ROOT_WARNING: '1'
BUNDLE_WITH: 'development'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
github_token: ${{ secrets.wf_github_token }}
- name: Run Trivy vulnerability scanner in IaC mode
if: ${{ inputs.run_trivy == true }}
uses: aquasecurity/trivy-action@0.12.0
uses: aquasecurity/trivy-action@0.13.0
with:
scan-type: 'config'
hide-progress: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ inputs.terraform_version }}
- name: Initialize Terraform
Expand Down

0 comments on commit bbf6fcb

Please sign in to comment.