2525 python-version : [ "3.13" ]
2626 steps :
2727 - name : Harden Runner
28- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
28+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
2929 with :
3030 disable-sudo : true
3131 egress-policy : block
@@ -34,11 +34,11 @@ jobs:
3434 github.com:443
3535 pypi.org:443
3636 - name : Checkout Repository
37- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
37+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3838 with :
3939 persist-credentials : false
4040 - name : Set up Python${{ matrix.python-version }}
41- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
41+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 cache : pip
@@ -69,16 +69,16 @@ jobs:
6969 python-version : ' 3.10'
7070 steps :
7171 - name : Harden Runner
72- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
72+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
7373 with :
7474 disable-sudo : false
7575 egress-policy : audit
7676 - name : Checkout Repository
77- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
77+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
7878 with :
7979 persist-credentials : false
8080 - name : Set up Python${{ matrix.python-version }}
81- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
81+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
8282 with :
8383 python-version : ${{ matrix.python-version }}
8484 cache : pip
@@ -129,7 +129,7 @@ jobs:
129129 UPSTREAM_BRANCH : ${{ matrix.upstream-branch }}
130130
131131 - name : Report Coverage
132- uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
132+ uses : coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
133133 with :
134134 flag-name : run-${{ matrix.python-version }}-${{ matrix.os }}-pypi
135135 parallel : true
@@ -149,12 +149,12 @@ jobs:
149149 shell : bash -l {0}
150150 steps :
151151 - name : Harden Runner
152- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
152+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
153153 with :
154154 disable-sudo : true
155155 egress-policy : audit
156156 - name : Checkout Repository
157- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
157+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
158158 with :
159159 persist-credentials : false
160160 - name : Patch Environment File
@@ -200,7 +200,7 @@ jobs:
200200 run : |
201201 python -m pytest --numprocesses=logical --cov=src/ravenpy --cov-report=lcov
202202 - name : Report Coverage
203- uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
203+ uses : coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
204204 with :
205205 flag-name : run-${{ matrix.python-version }}-${{ matrix.os }}-conda
206206 parallel : true
@@ -213,11 +213,11 @@ jobs:
213213 runs-on : ubuntu-latest
214214 steps :
215215 - name : Harden Runner
216- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
216+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
217217 with :
218218 disable-sudo : true
219219 egress-policy : audit
220220 - name : Coveralls Finished
221- uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
221+ uses : coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
222222 with :
223223 parallel-finished : true
0 commit comments