@@ -14,13 +14,13 @@ jobs:
1414 matrix :
1515 python-version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1616 steps :
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818 - name : Set up Python
19- uses : actions/setup-python@v6
19+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 - name : Set up uv
23- uses : astral-sh/setup-uv@v7
23+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2424 - name : Install dependencies
2525 run : |
2626 uv venv
@@ -41,15 +41,15 @@ jobs:
4141 matrix :
4242 python-version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
4343 steps :
44- - uses : actions/checkout@v6
44+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4545 - name : Set up Python
46- uses : actions/setup-python@v6
46+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4747 with :
4848 python-version : ${{ matrix.python-version }}
4949 - name : Set up Chrome for Pytest
5050 uses : ./.github/actions/setup-chrome-for-pytest
5151 - name : Set up uv
52- uses : astral-sh/setup-uv@v7
52+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
5353 - name : Install dependencies
5454 run : |
5555 uv venv
@@ -85,15 +85,15 @@ jobs:
8585 name : Optional tests, Pandas 1 (Python 3.9, Pandas 1.2.4)
8686 runs-on : ubuntu-latest
8787 steps :
88- - uses : actions/checkout@v6
88+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8989 - name : Set up Python
90- uses : actions/setup-python@v6
90+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
9191 with :
9292 python-version : " 3.9"
9393 - name : Set up Chrome for browser tests
9494 uses : ./.github/actions/setup-chrome-for-pytest
9595 - name : Set up uv
96- uses : astral-sh/setup-uv@v7
96+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
9797 - name : Install dependencies
9898 run : |
9999 uv venv
@@ -129,17 +129,17 @@ jobs:
129129 name : Optional tests (Kaleido only), Kaleido v0 (Python 3.12, Kaleido v0.2.1)
130130 runs-on : ubuntu-latest
131131 steps :
132- - uses : actions/checkout@v6
132+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
133133 - name : Set up Python
134- uses : actions/setup-python@v6
134+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
135135 with :
136136 python-version : " 3.12"
137137 - name : Set up Chrome
138- uses : browser-actions/setup-chrome@v2.1.1
138+ uses : browser-actions/setup-chrome@4f8e94349a351df0f048634f25fec36c3c91eded # v2.1.1
139139 with :
140140 install-chromedriver : true
141141 - name : Set up uv
142- uses : astral-sh/setup-uv@v7
142+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
143143 - name : Install dependencies
144144 run : |
145145 uv venv
0 commit comments