Skip to content

Updating test versions #59

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Apr 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/testsuite-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.0.2
- name: setup Terraform
uses: hashicorp/setup-terraform@v1.3.2
uses: hashicorp/setup-terraform@v2.0.0
with:
terraform_version: 1.1.7
- name: Terraform init
Expand All @@ -27,9 +27,9 @@ jobs:
tfsec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.0.2
- name: setup Terraform
uses: hashicorp/setup-terraform@v1.3.2
uses: hashicorp/setup-terraform@v2.0.0
with:
terraform_version: 1.1.7
- name: Terraform init
Expand All @@ -44,9 +44,9 @@ jobs:
misspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.0.2
- name: misspell
uses: reviewdog/action-misspell@v1.11.0
uses: reviewdog/action-misspell@v1.12.0
with:
github_token: ${{ secrets.ACTIONS_TOKEN }}
locale: "UK"
Expand All @@ -56,9 +56,9 @@ jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.0.2
- name: yamllint
uses: reviewdog/action-yamllint@v1.2.0
uses: reviewdog/action-yamllint@v1.6.0
with:
github_token: ${{ secrets.ACTIONS_TOKEN }}
reporter: github-check
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/testsuite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.0.2
- name: Set up Python
uses: actions/setup-python@v2.2.2
- name: Install prerequisites
Expand All @@ -24,7 +24,7 @@ jobs:
no-commit-to-branch,
terraform_tflint_nocreds,
terraform_tfsec
- uses: stefanzweifel/git-auto-commit-action@v4.11.0
- uses: stefanzweifel/git-auto-commit-action@v4.14.1
if: ${{ failure() }}
with:
commit_message: Apply automatic changes
Expand All @@ -36,9 +36,9 @@ jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.0.2
- name: setup Terraform
uses: hashicorp/setup-terraform@v1.3.2
uses: hashicorp/setup-terraform@v2.0.0
with:
terraform_version: 1.1.7
- name: Terraform init
Expand All @@ -54,9 +54,9 @@ jobs:
tfsec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.0.2
- name: setup Terraform
uses: hashicorp/setup-terraform@v1.3.2
uses: hashicorp/setup-terraform@v2.0.0
with:
terraform_version: 1.1.7
- name: Terraform init
Expand All @@ -71,9 +71,9 @@ jobs:
misspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.0.2
- name: misspell
uses: reviewdog/action-misspell@v1.11.0
uses: reviewdog/action-misspell@v1.12.0
with:
github_token: ${{ secrets.ACTIONS_TOKEN }}
locale: "UK"
Expand All @@ -83,9 +83,9 @@ jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.0.2
- name: yamllint
uses: reviewdog/action-yamllint@v1.2.0
uses: reviewdog/action-yamllint@v1.6.0
with:
github_token: ${{ secrets.ACTIONS_TOKEN }}
reporter: github-pr-check
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ modules/codebuild/codebuild_files/php.ini
# *.tfstate
# *.tfstate.*
.terraform.lock.hcl

plan.plan
# Crash log files
crash.log
Expand All @@ -35,3 +36,4 @@ override.tf.json
# example: *tfplan*

.idea
.vscode