diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 5728787..7360aab 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -15,7 +15,7 @@ jobs: persist-credentials: false - name: Lint Ansible Playbook - uses: ansible/ansible-lint@8ba9595a4acd1b906eb75568b34f6ef592cd1528 # v26 + uses: ansible/ansible-lint@5fac056c45595896c973fbde871f01f6cb14d74c # v26 # Let's point it to the path with: working_directory: "ansible/" diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index 7e792da..c95387c 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -24,7 +24,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0 + uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0 env: VALIDATE_ALL_CODEBASE: true DEFAULT_BRANCH: main