@@ -16,20 +16,20 @@ jobs:
1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
2121 - name : Set up Python 3.8
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2323 with :
2424 python-version : ' 3.8'
2525
2626 - name : Set up Chrome
27- uses : browser-actions/setup-chrome@v1
27+ uses : browser-actions/setup-chrome@2e1d749697dd1612b833dba4a722266286fbefcd # v2.1.2
2828 with :
2929 install-chromedriver : true
3030
3131 - name : Cache pip dependencies
32- uses : actions/cache@v4
32+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3333 with :
3434 path : ~/.cache/pip
3535 key : ${{ runner.os }}-pip-3.8-${{ hashFiles('tests/requirements.txt') }}
@@ -52,25 +52,25 @@ jobs:
5252
5353 steps :
5454 - name : Checkout
55- uses : actions/checkout@v4
55+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5656
5757 - name : Set up Python 3.12
58- uses : actions/setup-python@v5
58+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5959 with :
6060 python-version : ' 3.12'
6161
6262 - name : Set up Node.js
63- uses : actions/setup-node@v4
63+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6464 with :
6565 node-version : ' 20'
6666
6767 - name : Set up Chrome
68- uses : browser-actions/setup-chrome@v1
68+ uses : browser-actions/setup-chrome@2e1d749697dd1612b833dba4a722266286fbefcd # v2.1.2
6969 with :
7070 install-chromedriver : true
7171
7272 - name : Cache pip dependencies
73- uses : actions/cache@v4
73+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7474 with :
7575 path : ~/.cache/pip
7676 key : ${{ runner.os }}-pip-3.12-${{ hashFiles('tests/requirements.txt') }}
0 commit comments