Skip to content

Commit 7e3fe59

Browse files
fix: pin GitHub Actions to full SHA (CLOUDEVOPS-4942)
1 parent f00d72e commit 7e3fe59

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ansible-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
# .../ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}/
3939

4040
- name: Check out code
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4242
with:
4343
path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
4444

4545
- name: Set up Python
46-
uses: actions/setup-python@v3
46+
uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
4747
with:
4848
# it is just required to run that once as "ansible-test sanity" in the docker image
4949
# will run on all python versions it supports.
@@ -66,6 +66,6 @@ jobs:
6666
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
6767

6868
# See the reports at https://codecov.io/gh/GITHUBORG/REPONAME
69-
- uses: codecov/codecov-action@v3
69+
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
7070
with:
7171
fail_ci_if_error: false

0 commit comments

Comments
 (0)