Skip to content

Commit 04353b7

Browse files
committed
chore: Merge branch 'dev'
2 parents ce4f8ea + 0743c62 commit 04353b7

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

.github/workflows/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Dependabot metadata
1313
id: dependabot-metadata
14-
uses: dependabot/fetch-metadata@v1.3.1
14+
uses: dependabot/fetch-metadata@v1.3.2
1515
with:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}
1717
- name: Approve a PR

.pre-commit-config.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
repos:
33
- repo: https://github.com/compilerla/conventional-pre-commit
4-
rev: v1.2.0
4+
rev: v3.2.0
55
hooks:
66
- id: conventional-pre-commit
77
stages: [commit-msg]
88
args: []
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.1.0
10+
rev: v4.6.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer
@@ -32,25 +32,20 @@ repos:
3232
args:
3333
- -b main
3434
- repo: https://github.com/antonbabenko/pre-commit-terraform
35-
rev: v1.62.0
35+
rev: v1.89.1
3636
hooks:
3737
- id: terraform_fmt
38-
- id: terraform_tflint
3938
- id: terraform_docs
4039
args:
4140
- --hook-config=--path-to-file=README.md
4241
- --hook-config=--add-to-existing-file=true
4342
- --hook-config=--create-file-if-not-exist=true
44-
- repo: https://github.com/Checkmarx/kics
45-
rev: v1.5.4
46-
hooks:
47-
- id: kics
4843
- repo: https://github.com/sirosen/check-jsonschema
49-
rev: 0.13.0
44+
rev: 0.28.3
5045
hooks:
5146
- id: check-github-workflows
5247
- repo: https://github.com/pre-commit/mirrors-prettier
53-
rev: v2.5.1
48+
rev: v4.0.0-alpha.8
5449
hooks:
5550
- id: prettier
5651
stages: [commit]

0 commit comments

Comments
 (0)