chore(deps): pin ansible/ansible-lint action to a2bc8b8 #9

Open
CSRBot wants to merge 1 commits from renovate/pin-dependencies into master
Showing only changes of commit 03ca5377c0 - Show all commits
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- name: Run ansible-lint - name: Run ansible-lint
uses: ansible/ansible-lint@v25.12.2 uses: ansible/ansible-lint@a2bc8b8b13a80802215856c56823d85007d3baf5 # v25.12.2
with: with:
args: "--config-file .ansible-lint" args: "--config-file .ansible-lint"
setup_python: "true" setup_python: "true"