Bump cryptography from 42.0.4 to 43.0.1 in the pip group across 1 directory #155
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Ansible Lint | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
# The branches below must be a subset of the branches above | |
branches: [master] | |
jobs: | |
ansible-lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Temporary fix for roles | |
run: | | |
mkdir -p /home/runner/.ansible | |
ln -s /home/runner/work/ansible-consul/ /home/runner/.ansible/roles | |
- name: Lint Ansible Playbook | |
uses: ansible/ansible-lint@v6 |