Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent c870745 commit f7fe5e7
Show file tree
Hide file tree
Showing 18 changed files with 170 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_pr_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read
statuses: write
steps:
- uses: amannn/action-semantic-pull-request@47b15d52c5c30e94a17ec87eb8dd51ff5221fed9 # ratchet:amannn/action-semantic-pull-request@v5
- uses: amannn/action-semantic-pull-request@95af3b9b31c4e8a73ba942334cfdac3cdf7618c7 # ratchet:amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/github-script@1f16022c7518aad314c43abcd029895291be0f52 # ratchet:actions/github-script@v6
- uses: actions/github-script@6b5d3eac1fb48c23fcd665e5a63baced5392d8ce # ratchet:actions/github-script@v6
with:
# yamllint disable rule:line-length
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
appInstallationValue: ${{ github.repository }}
# bootstrap-sha and release-as needs to be removed after first release
- name: Release
uses: google-github-actions/release-please-action@2921787898ea2925c9eec03a32aa7404a75399e5 # ratchet:google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # ratchet:google-github-actions/release-please-action@v3
with:
release-type: terraform-module
token: ${{ steps.token.outputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slash_ops_commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
maintainer=$(grep -oE "@[a-zA-Z0-9_-]+" CODEOWNERS | shuf -n 1)
echo "maintainer=$maintainer" >> "$GITHUB_OUTPUT"
- name: Create comment
uses: actions/github-script@1f16022c7518aad314c43abcd029895291be0f52 # ratchet:actions/github-script@v6
uses: actions/github-script@6b5d3eac1fb48c23fcd665e5a63baced5392d8ce # ratchet:actions/github-script@v6
with:
script: |
// adds a comment to the PR (there is the issue API, which works work PRs too)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slash_ops_comment_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write
steps:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@9670cb0eb9a7f304f78031ce7e494fd330d60eff # ratchet:peter-evans/slash-command-dispatch@v3
uses: peter-evans/slash-command-dispatch@ade03097a3cb6e69e3ed86210ec745493dacf6bc # ratchet:peter-evans/slash-command-dispatch@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-type: pull-request
Expand Down
45 changes: 30 additions & 15 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/runner-certificates/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.23.1"
version = "5.24.0"
}
local = {
source = "hashicorp/local"
Expand Down
47 changes: 31 additions & 16 deletions examples/runner-default/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/runner-default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.23.1"
version = "5.24.0"
}
local = {
source = "hashicorp/local"
Expand Down
47 changes: 31 additions & 16 deletions examples/runner-docker/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/runner-docker/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.23.1"
version = "5.24.0"
}
local = {
source = "hashicorp/local"
Expand Down
47 changes: 31 additions & 16 deletions examples/runner-pre-registered/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/runner-pre-registered/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.23.1"
version = "5.24.0"
}
local = {
source = "hashicorp/local"
Expand Down
47 changes: 31 additions & 16 deletions examples/runner-public/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/runner-public/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.23.1"
version = "5.24.0"
}
local = {
source = "hashicorp/local"
Expand Down
4 changes: 2 additions & 2 deletions modules/terminate-agent-hook/lambda/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3 ==1.28.73
botocore ==1.31.73
boto3 ==1.28.79
botocore ==1.31.79
4 changes: 2 additions & 2 deletions test/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/cattle-ops/terraform-aws-gitlab-runner/test

go 1.21.1
go 1.21.3

require (
github.com/gruntwork-io/terratest v0.46.1
github.com/gruntwork-io/terratest v0.46.6
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.8.4
github.com/xanzy/go-gitlab v0.93.2
Expand Down
2 changes: 2 additions & 0 deletions test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ github.com/gruntwork-io/terratest v0.46.0 h1:ezeJ045eOniWO+0T78SFQrVo6tIJ2or/DBt
github.com/gruntwork-io/terratest v0.46.0/go.mod h1:4TWB5SYgATxJFfg+RNpE0gwiUWxtfMLGOXo5gwcGgMs=
github.com/gruntwork-io/terratest v0.46.1 h1:dJ/y2/Li6yCDIc8KXY8PfydtrMRiXFb3UZm4LoPShPI=
github.com/gruntwork-io/terratest v0.46.1/go.mod h1:gl//tb5cLnbpQs1FTSNwhsrbhsoG00goCJPfOnyliiU=
github.com/gruntwork-io/terratest v0.46.6 h1:OO+BozS6nqeu0OhkLy7opkgDoYafkDr1TPlxprma26M=
github.com/gruntwork-io/terratest v0.46.6/go.mod h1:6gI5MlLeyF+SLwqocA5GBzcTix+XiuxCy1BPwKuT+WM=
github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
Expand Down

0 comments on commit f7fe5e7

Please sign in to comment.