Skip to content

Commit 455691a

Browse files
committed
Fixes
1 parent 32c6e3c commit 455691a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
3535

3636
- name: Run ansible-lint
37-
uses: ansible/ansible-lint@95382d398ea1744bf6bfa47b030f14c38b3f6957 # v24.7.0
37+
uses: ansible/ansible-lint@v25.7.0
3838

3939
- name: Install detect-secrets
4040
run: pip install detect-secrets==1.4.0

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: trailing-whitespace
88

99
- repo: https://github.com/ansible-community/ansible-lint.git
10-
rev: v24.2.1 # latest release tag from https://github.com/ansible-community/ansible-lint/releases/
10+
rev: v25.7.0 # latest release tag from https://github.com/ansible-community/ansible-lint/releases/
1111
hooks:
1212
- id: ansible-lint
1313
files: \.(yaml|yml)$

0 commit comments

Comments
 (0)