File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313
1414 steps :
1515 - name : Check out the repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
1818 - name : Install the latest version of uv and set the python version to 3.13
19- uses : astral-sh/setup-uv@v6
19+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
2020 with :
2121 python-version : 3.13
2222 activate-environment : true
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Check out the repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818 with :
1919 fetch-depth : 0
2020
2121 - name : Set up Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2323 with :
2424 python-version : ' 3.11'
2525
Original file line number Diff line number Diff line change 2525 runs-on : ${{ matrix.os }}
2626
2727 steps :
28- - uses : actions/checkout@v4
28+ - name : Checkout
29+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2930
30- - uses : astral-sh/setup-uv@v6
31+ - name : Setup UV
32+ uses : astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
3133 with :
3234 python-version : ${{ matrix.python-version }}
3335 activate-environment : true
You can’t perform that action at this time.
0 commit comments