@@ -20,12 +20,12 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v4
23+ uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
2424 with :
2525 fetch-depth : 0 # Need full history for git versioning
2626
2727 - name : Set up Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2929 with :
3030 python-version : ' 3.11'
3131
5252 python-sdk : ${{ steps.check_python_sdk.outputs.changed }}
5353 steps :
5454 - name : Checkout repository
55- uses : actions/checkout@v4
55+ uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
5656 with :
5757 fetch-depth : 0
5858
@@ -94,10 +94,10 @@ jobs:
9494
9595 steps :
9696 - name : Checkout repository
97- uses : actions/checkout@v4
97+ uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
9898
9999 - name : Install the latest version of uv and set the python version
100- uses : astral-sh/setup-uv@v6
100+ uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
101101 with :
102102 version : ' 0.6.x'
103103 python-version : ${{ matrix.python-version }}
@@ -147,7 +147,7 @@ jobs:
147147 run : cd ~/drop/python-${{ matrix.python-version }} && zip -r ~/drop/python-${{ matrix.python-version }}.zip .
148148
149149 - name : Upload package and samples as artifacts
150- uses : actions/upload-artifact@v4
150+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
151151 with :
152152 name : python-${{ matrix.python-version }}
153153 path : ~/drop/python-${{ matrix.python-version }}.zip
0 commit comments