diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 0a09675..0c5a06d 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -75,7 +75,7 @@ jobs: # The docker container has all the pinned dependencies that are # required and all Python versions Ansible supports. - name: Perform sanity testing - uses: ansible-community/ansible-test-gh-action@release/v1 + uses: ansible-community/ansible-test-gh-action@release/v1.14.1 with: ansible-core-version: ${{ matrix.ansible }} testing-type: sanity @@ -111,7 +111,7 @@ jobs: - name: >- Perform unit testing against Ansible version ${{ matrix.ansible }} - uses: ansible-community/ansible-test-gh-action@release/v1 + uses: ansible-community/ansible-test-gh-action@release/v1.14.1 with: ansible-core-version: ${{ matrix.ansible }} testing-type: units @@ -174,7 +174,7 @@ jobs: Perform integration testing against Ansible version ${{ matrix.ansible }} under Python ${{ matrix.python }} - uses: ansible-community/ansible-test-gh-action@release/v1 + uses: ansible-community/ansible-test-gh-action@release/v1.14.1 with: ansible-core-version: ${{ matrix.ansible }} # OPTIONAL command to run before invoking `ansible-test integration` @@ -201,7 +201,7 @@ jobs: steps: - name: Decide whether the needed jobs succeeded or failed - uses: re-actors/alls-green@release/v1 + uses: re-actors/alls-green@release/v1.14.1 with: allowed-skips: integration, units # TODO: drop once enabled jobs: ${{ toJSON(needs) }}