Skip to content

Commit

Permalink
chore: Update workflows and pre-commit version
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpermuda committed Oct 19, 2023
1 parent d44a3cd commit 16e2a3a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ on:

jobs:
main:
uses: getindata/github-workflows/.github/workflows/gh-validate-pr-title.yml@v0.3.1
uses: getindata/github-workflows/.github/workflows/gh-validate-pr-title.yml@v1
5 changes: 3 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: TF Pre-Commit

permissions: {}
permissions:
contents: read

on:
pull_request:
Expand All @@ -10,7 +11,7 @@ on:

jobs:
main:
uses: getindata/github-workflows/.github/workflows/tf-pre-commit.yml@v0.3.1
uses: getindata/github-workflows/.github/workflows/tf-pre-commit.yml@v1
with:
# tflint v0.46.0 is the latest version we can use with pre-commit v0.1.20
# See .pre-commit-config.yaml for more details.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ on:

jobs:
release:
uses: getindata/github-workflows/.github/workflows/gh-create-release.yml@v0.3.1
uses: getindata/github-workflows/.github/workflows/gh-create-release.yml@v1
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
args: ["."]

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

0 comments on commit 16e2a3a

Please sign in to comment.