@@ -27,12 +27,12 @@ jobs:
2727 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
2929 - name : Set up Python ${{ matrix.python-version }}
30- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
30+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333
3434 - name : Install uv
35- uses : install-pinned/uv@cdd7153ace885f698b54dcd2ae4ce134afa2ac05 # 0.4.12
35+ uses : install-pinned/uv@3aec1379ab70bb5b1be041748d52f765e3a3dc74 # 0.4.12
3636
3737 - name : Install dependencies
3838 env :
@@ -61,12 +61,12 @@ jobs:
6161 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6262
6363 - name : Set up Python 3.13
64- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
64+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
6565 with :
6666 python-version : " 3.13"
6767
6868 - name : Install uv
69- uses : install-pinned/uv@cdd7153ace885f698b54dcd2ae4ce134afa2ac05 # 0.4.12
69+ uses : install-pinned/uv@3aec1379ab70bb5b1be041748d52f765e3a3dc74 # 0.4.12
7070
7171 - name : Install dependencies
7272 run : |
@@ -83,12 +83,12 @@ jobs:
8383 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8484
8585 - name : Set up Python 3.13
86- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
86+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
8787 with :
8888 python-version : " 3.13"
8989
9090 - name : Install uv
91- uses : install-pinned/uv@cdd7153ace885f698b54dcd2ae4ce134afa2ac05 # 0.4.12
91+ uses : install-pinned/uv@3aec1379ab70bb5b1be041748d52f765e3a3dc74 # 0.4.12
9292
9393 - name : Install dependencies
9494 run : |
@@ -105,12 +105,12 @@ jobs:
105105 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
106106
107107 - name : Set up Python 3.13
108- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
108+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
109109 with :
110110 python-version : " 3.13"
111111
112112 - name : Install uv
113- uses : install-pinned/uv@cdd7153ace885f698b54dcd2ae4ce134afa2ac05 # 0.4.12
113+ uses : install-pinned/uv@3aec1379ab70bb5b1be041748d52f765e3a3dc74 # 0.4.12
114114
115115 - name : Install bandit
116116 run : |
@@ -132,20 +132,20 @@ jobs:
132132
133133 steps :
134134 - name : Harden Runner
135- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
135+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13 .0
136136 with :
137137 egress-policy : audit
138138
139139 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
140140
141141 - name : Set up Python 3.13
142- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
142+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
143143 with :
144144 python-version : 3.13
145145 cache : pip
146146
147147 - name : Install uv
148- uses : install-pinned/uv@cdd7153ace885f698b54dcd2ae4ce134afa2ac05 # 0.4.12
148+ uses : install-pinned/uv@3aec1379ab70bb5b1be041748d52f765e3a3dc74 # 0.4.12
149149
150150 - name : Install module and dependencies
151151 run : |
@@ -177,15 +177,15 @@ jobs:
177177 steps :
178178 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
179179
180- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
180+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
181181 id : download
182182 with :
183183 pattern : coverage-*
184184 merge-multiple : true
185185
186186 - name : Coverage comment
187187 id : coverage_comment
188- uses : py-cov-action/python-coverage-comment-action@d1ff8fbb5ff80feedb3faa0f6d7b424f417ad0e1 # v3.30
188+ uses : py-cov-action/python-coverage-comment-action@91910686861e4e1d8282a267a896eb39d46240fb # v3.35
189189 with :
190190 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
191191 MERGE_COVERAGE_FILES : true
@@ -209,14 +209,14 @@ jobs:
209209
210210 steps :
211211 - name : Harden Runner
212- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
212+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13 .0
213213 with :
214214 egress-policy : audit
215215
216216 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
217217
218218 - name : Set up Python ${{ matrix.python-version }}
219- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
219+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
220220 with :
221221 python-version : ${{ matrix.python-version }}
222222 cache : pip
0 commit comments