Skip to content

Commit df43549

Browse files
authored
Update to the latest ansible-test-gh-action
Also switch to using a commit hash to match Google policy
1 parent 4a61adf commit df43549

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ansible-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Perform sanity testing
6262
# See the documentation for the following GitHub action on
6363
# https://github.com/ansible-community/ansible-test-gh-action/blob/main/README.md
64-
uses: ansible-community/ansible-test-gh-action@release/v1
64+
uses: ansible-community/ansible-test-gh-action@d3a8ec7a59694e25e210fcd44738910149537f0e # 1.17.0
6565
with:
6666
ansible-core-version: ${{ matrix.ansible }}
6767
testing-type: sanity
@@ -104,7 +104,7 @@ jobs:
104104
Ansible version ${{ matrix.ansible }}
105105
# See the documentation for the following GitHub action on
106106
# https://github.com/ansible-community/ansible-test-gh-action/blob/main/README.md
107-
uses: ansible-community/ansible-test-gh-action@release/v1
107+
uses: ansible-community/ansible-test-gh-action@d3a8ec7a59694e25e210fcd44738910149537f0e # 1.17.0
108108
with:
109109
ansible-core-version: ${{ matrix.ansible }}
110110
testing-type: units

0 commit comments

Comments
 (0)