Skip to content

Commit b61b9b3

Browse files
authored
Merge pull request #77 from xoap-io/dev
Dev
2 parents 57c6c47 + fc35019 commit b61b9b3

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/commit-message-validator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
commitlint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
with:
1111
fetch-depth: 0
1212
- uses: wagoid/commitlint-github-action@v5

.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.6.0
14+
uses: dependabot/fetch-metadata@v2.1.0
1515
with:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}
1717
- name: Approve a PR

.github/workflows/megalinter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
1818
fetch-depth: 0
1919
- name: MegaLinter
2020
id: ml
21-
uses: megalinter/megalinter/flavors/terraform@v7.4.0
21+
uses: megalinter/megalinter/flavors/terraform@v7.12.0
2222
env:
2323
VALIDATE_ALL_CODEBASE: true
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tagging.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
1818
fetch-depth: 0
1919
- name: Bump version and push tag
2020
id: tag_version
21-
uses: mathieudutour/github-tag-action@v6.1
21+
uses: mathieudutour/github-tag-action@v6.2
2222
with:
2323
github_token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
2424
- name: Create a GitHub release

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
stages: [commit-msg]
88
args: []
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.4.0
10+
rev: v4.6.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer
@@ -34,7 +34,7 @@ repos:
3434
args:
3535
- -b main
3636
- repo: https://github.com/antonbabenko/pre-commit-terraform
37-
rev: v1.83.4
37+
rev: v1.92.0
3838
hooks:
3939
- id: terraform_fmt
4040
- id: terraform_tflint
@@ -46,11 +46,11 @@ repos:
4646
- id: terraform_tfsec
4747
- id: terraform_validate
4848
- repo: https://github.com/sirosen/check-jsonschema
49-
rev: 0.27.0
49+
rev: 0.28.6
5050
hooks:
5151
- id: check-github-workflows
5252
- repo: https://github.com/pre-commit/mirrors-prettier
53-
rev: v3.0.3
53+
rev: v3.1.0
5454
hooks:
5555
- id: prettier
5656
stages: [commit]

0 commit comments

Comments
 (0)