File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ jobs:
4949 packages.microsoft.com:443
5050 pypi.org:443
5151 www.google.com:1025
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5353 with :
5454 path : ${{ env.ANSIBLE_ROLE }}
5555 - name : Set up Python
56- uses : actions/setup-python@v6
56+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
5757 with :
5858 python-version : ' 3.x'
5959 - name : Cache
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : ' Checkout git repo'
20- uses : actions/checkout@v5
20+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121 with :
2222 submodules : true
2323 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 ANSIBLE_ROLE : juju4.ipv6
2222
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2525 with :
2626 path : ${{ env.ANSIBLE_ROLE }}
2727 - name : Set up Python
28- uses : actions/setup-python@v6
28+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2929 with :
3030 python-version : ' 3.13'
3131 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments