Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
# Whether to configure the token or SSH key with the local git config. Default: true
174174
persist-credentials: false
175175
- name: Install ansible-lint
176-
run: pip3 install --user ansible-lint==4.2.0
176+
run: pip3 install --user ansible-lint==4.3.7
177177
- name: Run ansible-lint
178178
run: ./src/main/scripts/execute-command.sh ansible-lint
179179

0 commit comments

Comments
 (0)