Skip to content

Commit 3b70cd0

Browse files
Bump the github-actions group with 3 updates (#2402)
1 parent 4abb4d2 commit 3b70cd0

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# DO NOT run actions/checkout here, for security reasons
2828
# For details, refer to https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
2929
- name: Post comment
30-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
30+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
3131
with:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: false
2121
- name: Set up Python
22-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
22+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
2323
with:
2424
python-version: "3.x"
2525
- name: Install pypa/build

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
persist-credentials: false
6868

6969
- name: Set up Python ${{ matrix.python-version }}
70-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
70+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
7171
with:
7272
python-version: ${{ matrix.python-version }}
7373
allow-prereleases: true
@@ -78,7 +78,7 @@ jobs:
7878
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
7979
8080
- name: Cache
81-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
81+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
8282
with:
8383
path: ${{ steps.pip-cache.outputs.dir }}
8484
key:
@@ -163,7 +163,7 @@ jobs:
163163
persist-credentials: false
164164

165165
- name: Set up Python ${{ matrix.python-version }}
166-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
166+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
167167
with:
168168
python-version: ${{ matrix.python-version }}
169169
allow-prereleases: true
@@ -174,7 +174,7 @@ jobs:
174174
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
175175
176176
- name: Cache
177-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
177+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
178178
with:
179179
path: ${{ steps.pip-cache.outputs.dir }}
180180
key:
@@ -223,7 +223,7 @@ jobs:
223223
persist-credentials: false
224224

225225
- name: Set up Python ${{ matrix.python-version }}
226-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
226+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
227227
with:
228228
python-version: ${{ matrix.python-version }}
229229
allow-prereleases: true
@@ -234,7 +234,7 @@ jobs:
234234
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
235235
236236
- name: Cache
237-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
237+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
238238
with:
239239
path: ${{ steps.pip-cache.outputs.dir }}
240240
key:
@@ -273,7 +273,7 @@ jobs:
273273
persist-credentials: false
274274

275275
- name: Set up Python ${{ matrix.python-version }}
276-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
276+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
277277
with:
278278
python-version: '3.10'
279279

@@ -283,7 +283,7 @@ jobs:
283283
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
284284
285285
- name: Cache
286-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
286+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
287287
with:
288288
path: ${{ steps.pip-cache.outputs.dir }}
289289
key:
@@ -324,7 +324,7 @@ jobs:
324324

325325
- name: Coverage comment
326326
id: coverage_comment
327-
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
327+
uses: py-cov-action/python-coverage-comment-action@5d8df5979747514c914e1c5a12335a7cf9a2745f # v4.1
328328
with:
329329
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
330330
MERGE_COVERAGE_FILES: true

0 commit comments

Comments
 (0)