2525 python-version : [ "3.13" ]
2626 steps :
2727 - name : Harden Runner
28- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
28+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2929 with :
3030 disable-sudo : true
3131 egress-policy : block
3434 github.com:443
3535 pypi.org:443
3636 - name : Checkout Repository
37- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
37+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3838 with :
3939 persist-credentials : false
4040 - name : Set up Python${{ matrix.python-version }}
4646 run : |
4747 python -m pip install --require-hashes -r CI/requirements_ci.txt
4848 - name : Environment Caching
49- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
49+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5050 with :
5151 path : |
5252 .tox
@@ -69,12 +69,12 @@ jobs:
6969 python-version : ' 3.10'
7070 steps :
7171 - name : Harden Runner
72- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
72+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
7373 with :
7474 disable-sudo : false
7575 egress-policy : audit
7676 - name : Checkout Repository
77- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
77+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7878 with :
7979 persist-credentials : false
8080 - name : Set up Python${{ matrix.python-version }}
@@ -106,15 +106,15 @@ jobs:
106106
107107 - name : Environment caching (macOS)
108108 if : matrix.os == 'macos-latest'
109- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
109+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
110110 with :
111111 path : |
112112 .tox
113113 ~/Library/Caches/raven-testdata
114114 key : ${{ hashFiles('src/ravenpy/testing/registry.txt') }}-${{ env.RAVEN_TESTDATA_BRANCH }}-${{ matrix.os }}
115115 - name : Environment caching (Ubuntu)
116116 if : matrix.os == 'ubuntu-latest'
117- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
117+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
118118 with :
119119 path : |
120120 .tox
@@ -149,12 +149,12 @@ jobs:
149149 shell : bash -l {0}
150150 steps :
151151 - name : Harden Runner
152- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
152+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
153153 with :
154154 disable-sudo : true
155155 egress-policy : audit
156156 - name : Checkout Repository
157- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
157+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
158158 with :
159159 persist-credentials : false
160160 - name : Patch Environment File
@@ -179,14 +179,14 @@ jobs:
179179 python -m pip check || true
180180 - name : Cache test data (macOS)
181181 if : matrix.os == 'macos-latest'
182- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
182+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
183183 with :
184184 path : |
185185 ~/Library/Caches/raven-testdata
186186 key : ${{ hashFiles('src/ravenpy/testing/registry.txt') }}-${{ env.RAVEN_TESTDATA_BRANCH }}-conda-${{ matrix.os }}
187187 - name : Cache test data (Ubuntu)
188188 if : matrix.os == 'ubuntu-latest'
189- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
189+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
190190 with :
191191 path : |
192192 ~/.cache/raven-testdata
@@ -213,7 +213,7 @@ jobs:
213213 runs-on : ubuntu-latest
214214 steps :
215215 - name : Harden Runner
216- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
216+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
217217 with :
218218 disable-sudo : true
219219 egress-policy : audit
0 commit comments