Skip to content

Commit dcbef42

Browse files
feat: update tf.checks step name and tf and aws version (#64)
Co-authored-by: anmolnagpal <anmol@clouddrove.com>
1 parent dc74237 commit dcbef42

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/readme.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
- master
66

77
jobs:
8-
readme:
8+
readme-create:
99
name: 'readme-create'
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: 'Checkout'
1313
uses: actions/checkout@master
1414

1515
- name: 'Set up Python 3.7'
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.x'
1919

@@ -25,7 +25,6 @@ jobs:
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727

28-
2928
- name: 'pre-commit check errors'
3029
uses: pre-commit/action@v3.0.0
3130
continue-on-error: true

.github/workflows/tflint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
workflow_dispatch:
77
jobs:
8-
tflint:
9-
uses: clouddrove/test-tfsec/.github/workflows/tf-lint.yml@1.0.9
8+
tf-lint:
9+
uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@1.0.10
1010
secrets:
11-
GITHUB: ${{ secrets.GITHUB }}
11+
GITHUB: ${{ secrets.GITHUB }}

versions.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Terraform version
22
terraform {
3-
required_version = ">= 1.6.2"
3+
required_version = ">= 1.6.6"
44

55
required_providers {
66
aws = {
77
source = "hashicorp/aws"
8-
version = ">= 5.22.0"
8+
version = ">= 5.31.0"
99
}
1010
random = {
1111
source = "hashicorp/random"
12-
version = ">= 3.5.1"
12+
version = ">= 3.6.0"
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)