@@ -28,24 +28,24 @@ jobs:
2828 - " 3.x"
2929 steps :
3030 - name : Harden Runner
31- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
31+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
3232 with :
3333 disable-sudo : true
3434 egress-policy : audit
3535 - name : Checkout Repository
36- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4949 with :
5050 path : |
5151 .tox
@@ -68,24 +68,24 @@ jobs:
6868 - " 3.13"
6969 steps :
7070 - name : Harden Runner
71- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
71+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
7272 with :
7373 disable-sudo : true
7474 egress-policy : audit
7575 - name : Checkout Repository
76- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
76+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
8989 with :
9090 path : .tox
9191 key : ${{ matrix.os }}-Python${{ matrix.python-version }}-${{ hashFiles('pyproject.toml', 'tox.ini') }}
@@ -104,7 +104,7 @@ jobs:
104104 runs-on : ubuntu-latest
105105 steps :
106106 - name : Harden Runner
107- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
107+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
108108 with :
109109 disable-sudo : true
110110 egress-policy : audit
0 commit comments