File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 - uses : actions/setup-python@v6
7676 with :
7777 python-version : ${{ matrix.python }}
78- - uses : astral-sh/setup-uv@v7
78+ - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
7979 - name : Unit Testing
8080 run : make pr
8181 - name : Functional Testing
@@ -305,7 +305,7 @@ jobs:
305305 if: ${{ matrix.os }} == 'ubuntu-latest' && ${{ matrix.python }} == '3.12'
306306 # Install UV for python_uv workflow tests
307307 - name : Install UV
308- uses : astral-sh/setup-uv@v7
308+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
309309 with :
310310 enable-cache : true
311311 - run : make init
@@ -328,7 +328,7 @@ jobs:
328328 - uses : actions/setup-python@v6
329329 with :
330330 python-version : ${{ matrix.python }}
331- - uses : ruby/setup-ruby@v1
331+ - uses : ruby/setup-ruby@4dc28cf14d77b0afa6832d9765ac422dbf0dfedd # v1
332332 with :
333333 ruby-version : " 3.2"
334334 - run : make init
You can’t perform that action at this time.
0 commit comments