Skip to content

Commit 2a9b0a5

Browse files
Merge pull request #35 from clouddrove/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents da7a97a + 64da159 commit 2a9b0a5

20 files changed

+28
-30
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ updates:
2424
- "clouddrove-ci"
2525
# Add reviewer
2626
reviewers:
27-
- "approvers"
27+
- "approvers"

.github/workflows/auto_assignee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
secrets:
1212
GITHUB: ${{ secrets.GITHUB }}
1313
with:
14-
assignees: 'clouddrove-ci'
14+
assignees: 'clouddrove-ci'

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
1111
secrets: inherit
1212
with:
13-
branch: 'master'
13+
branch: 'master'

.github/workflows/readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
uses: clouddrove/github-shared-workflows/.github/workflows/readme.yml@master
1414
secrets:
1515
TOKEN : ${{ secrets.GITHUB }}
16-
SLACK_WEBHOOK_TERRAFORM: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }}
16+
SLACK_WEBHOOK_TERRAFORM: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }}

.github/workflows/tf-checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ jobs:
99
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@master
1010
with:
1111
working_directory: './examples/'
12-

.github/workflows/tflint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
tflint:
99
uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@master
1010
secrets:
11-
GITHUB: ${{ secrets.GITHUB }}
11+
GITHUB: ${{ secrets.GITHUB }}

.github/workflows/tfsec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@master
99
secrets: inherit
1010
with:
11-
working_directory: '.'
11+
working_directory: '.'

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
.terraform
55
.idea
66
*.iml
7-
*.terraform.lock.hcl
7+
*.terraform.lock.hcl

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22

33
- repo: https://github.com/gruntwork-io/pre-commit
4-
rev: v0.1.12 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
4+
rev: v0.1.23 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
55
hooks:
66
- id: terraform-fmt
77
- id: shellcheck
88
- id: tflint
99

10-
- repo: git://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.0.1 # Use the ref you want to point at
10+
- repo: https://github.com/pre-commit/pre-commit-hooks
11+
rev: v5.0.0 # Use the ref you want to point at
1212
hooks:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7171
[1.0.3]: https://github.com/clouddrove/terraform-aws-efs/compare/1.0.3...master
7272
[1.3.0]: https://github.com/clouddrove/terraform-aws-efs/compare/1.3.0...master
7373
[1.3.1]: https://github.com/clouddrove/terraform-aws-efs/compare/1.3.1...master
74-
[2.0.0]: https://github.com/clouddrove/terraform-aws-efs/compare/1.3.1...2.0.0
74+
[2.0.0]: https://github.com/clouddrove/terraform-aws-efs/compare/1.3.1...2.0.0

0 commit comments

Comments
 (0)