1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
14- - uses : actions/setup-python@v5
13+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
14+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1515 with :
1616 python-version : ' 3.x'
1717 - run : pip install -U ruff==0.1.8
@@ -21,12 +21,12 @@ jobs:
2121 build :
2222 runs-on : ubuntu-22.04
2323 steps :
24- - uses : actions/checkout@v4
25- - uses : actions/setup-python@v5
24+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
25+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2626 with :
2727 python-version : ' 3.x'
2828 - run : pip3 install build && python -m build .
29- - uses : actions/upload-artifact@v4
29+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
3030 with :
3131 name : dist
3232 path : dist
3838 python-version : ["3.8", "3.9", "3.10", "3.11", "3.12"]
3939
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4242 - name : Set up Python ${{ matrix.python-version }}
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646 allow-prereleases : true
6161 variant : [ "integration-dind", "integration-dind-ssl", "integration-dind-ssh" ]
6262
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6565 with :
6666 fetch-depth : 0
6767 fetch-tags : true
0 commit comments