Skip to content

Commit 3785836

Browse files
authored
chore(action): pin action version (#850)
1 parent 8d79a29 commit 3785836

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
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

0 commit comments

Comments
 (0)