File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
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
You can’t perform that action at this time.
0 commit comments