2828 - " 3.x"
2929 steps :
3030 - name : Harden Runner
31- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
31+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
3232 with :
3333 disable-sudo : true
3434 egress-policy : audit
@@ -37,15 +37,15 @@ jobs:
3737 with :
3838 persist-credentials : false
3939 - name : Set up Python${{ matrix.python-version }}
40- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
40+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 cache : pip
4444 - name : Install CI libraries
4545 run : |
4646 python -m pip install --require-hashes -r CI/requirements_ci.txt
4747 - name : Environment Caching
48- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
48+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
4949 with :
5050 path : |
5151 .tox
6868 - " 3.13"
6969 steps :
7070 - name : Harden Runner
71- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
71+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
7272 with :
7373 disable-sudo : true
7474 egress-policy : audit
@@ -77,15 +77,15 @@ jobs:
7777 with :
7878 persist-credentials : false
7979 - name : Set up Python${{ matrix.python-version }}
80- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
80+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
8181 with :
8282 python-version : ${{ matrix.python-version }}
8383 cache : pip
8484 - name : Install CI libraries
8585 run : |
8686 python -m pip install --require-hashes -r CI/requirements_ci.txt
8787 - name : Environment Caching
88- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
88+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
8989 with :
9090 path : .tox
9191 key : ${{ matrix.os }}-Python${{ matrix.python-version }}-${{ hashFiles('pyproject.toml', 'tox.ini') }}
@@ -104,11 +104,11 @@ jobs:
104104 runs-on : ubuntu-latest
105105 steps :
106106 - name : Harden Runner
107- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
107+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
108108 with :
109109 disable-sudo : true
110110 egress-policy : audit
111111 - name : Coveralls Finished
112- uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
112+ uses : coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
113113 with :
114114 parallel-finished : true
0 commit comments