Skip to content

Commit 0d6c25e

Browse files
committed
chore: Update workflows and pre-commit version
1 parent ecd09fb commit 0d6c25e

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ on:
1313

1414
jobs:
1515
main:
16-
uses: getindata/github-workflows/.github/workflows/gh-validate-pr-title.yml@v0.3.1
16+
uses: getindata/github-workflows/.github/workflows/gh-validate-pr-title.yml@v1

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: TF Pre-Commit
22

3-
permissions: {}
3+
permissions:
4+
contents: read
45

56
on:
67
pull_request:
@@ -10,7 +11,7 @@ on:
1011

1112
jobs:
1213
main:
13-
uses: getindata/github-workflows/.github/workflows/tf-pre-commit.yml@v0.3.1
14+
uses: getindata/github-workflows/.github/workflows/tf-pre-commit.yml@v1
1415
with:
1516
# tflint v0.46.0 is the latest version we can use with pre-commit v0.1.20
1617
# See .pre-commit-config.yaml for more details.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ on:
1010

1111
jobs:
1212
release:
13-
uses: getindata/github-workflows/.github/workflows/gh-create-release.yml@v0.3.1
13+
uses: getindata/github-workflows/.github/workflows/gh-create-release.yml@v1

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
args: ["."]
1919

2020
- repo: https://github.com/bridgecrewio/checkov.git
21-
rev: "2.5.9" # Get the latest from: https://github.com/bridgecrewio/checkov/releases
21+
rev: "2.5.13" # Get the latest from: https://github.com/bridgecrewio/checkov/releases
2222
hooks:
2323
- id: checkov
2424
args: [--skip-check, "CKV_TF_1"] # Terraform module sources do not use a git url with a commit hash revision

0 commit comments

Comments
 (0)