File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
35
35
36
36
- name : Run ansible-lint
37
- uses : ansible/ansible-lint@95382d398ea1744bf6bfa47b030f14c38b3f6957 # v24 .7.0
37
+ uses : ansible/ansible-lint@v25 .7.0
38
38
39
39
- name : Install detect-secrets
40
40
run : pip install detect-secrets==1.4.0
Original file line number Diff line number Diff line change 7
7
- id : trailing-whitespace
8
8
9
9
- 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/
11
11
hooks :
12
12
- id : ansible-lint
13
13
files : \.(yaml|yml)$
You can’t perform that action at this time.
0 commit comments