From df43549038332af53832e0302e39f330dcbe658f Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Wed, 6 Aug 2025 17:16:21 -0700 Subject: [PATCH] Update to the latest ansible-test-gh-action Also switch to using a commit hash to match Google policy --- .github/workflows/ansible-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 29f70c94..085efdb0 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -61,7 +61,7 @@ jobs: - name: Perform sanity testing # See the documentation for the following GitHub action on # https://github.com/ansible-community/ansible-test-gh-action/blob/main/README.md - uses: ansible-community/ansible-test-gh-action@release/v1 + uses: ansible-community/ansible-test-gh-action@d3a8ec7a59694e25e210fcd44738910149537f0e # 1.17.0 with: ansible-core-version: ${{ matrix.ansible }} testing-type: sanity @@ -104,7 +104,7 @@ jobs: Ansible version ${{ matrix.ansible }} # See the documentation for the following GitHub action on # https://github.com/ansible-community/ansible-test-gh-action/blob/main/README.md - uses: ansible-community/ansible-test-gh-action@release/v1 + uses: ansible-community/ansible-test-gh-action@d3a8ec7a59694e25e210fcd44738910149537f0e # 1.17.0 with: ansible-core-version: ${{ matrix.ansible }} testing-type: units