We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f83513 + 49e8e09 commit 6b51a2dCopy full SHA for 6b51a2d
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
- id: detect-private-key
28
29
- repo: https://github.com/gitleaks/gitleaks
30
- rev: v8.23.2
+ rev: v8.24.0
31
hooks:
32
- id: gitleaks
33
@@ -37,6 +37,6 @@ repos:
37
- id: markdownlint-cli2
38
39
- repo: https://github.com/adrienverge/yamllint.git
40
- rev: v1.35.1
+ rev: v1.36.0
41
42
- id: yamllint
tools/build.pkr.hcl
@@ -2,7 +2,7 @@ packer {
2
required_plugins {
3
googlecompute = {
4
source = "github.com/hashicorp/googlecompute"
5
- version = "1.1.6"
+ version = "1.1.8"
6
}
7
8
0 commit comments