We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbfd9e commit 71c7df4Copy full SHA for 71c7df4
.github/workflows/static-analysis.yml
@@ -173,7 +173,7 @@ jobs:
173
# Whether to configure the token or SSH key with the local git config. Default: true
174
persist-credentials: false
175
- name: Install ansible-lint
176
- run: pip3 install --user ansible-lint==4.2.0
+ run: pip3 install --user ansible-lint==4.3.7
177
- name: Run ansible-lint
178
run: ./src/main/scripts/execute-command.sh ansible-lint
179
0 commit comments