Skip to content

Commit edaf8df

Browse files
Bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish), [actions/cache](https://github.com/actions/cache) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@ed0c539...cef2210) Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) Updates `zizmorcore/zizmor-action` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@71321a2...b1d7e1f) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58b21ff commit edaf8df

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build a binary wheel and a source tarball
2929
run: python3 -m build
3030
- name: Store the distribution packages
31-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
31+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3232
with:
3333
name: python-package-distributions
3434
path: dist/
@@ -52,7 +52,7 @@ jobs:
5252
name: python-package-distributions
5353
path: dist/
5454
- name: Publish distribution 📦 to PyPI
55-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1.13
55+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1.13
5656

5757
github-release:
5858
name: >-
@@ -118,7 +118,7 @@ jobs:
118118
name: python-package-distributions
119119
path: dist/
120120
- name: Publish distribution 📦 to TestPyPI
121-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1.13
121+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1.13
122122
with:
123123
repository-url: https://test.pypi.org/legacy/
124124
skip-existing: true

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
5858
5959
- name: Cache
60-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
60+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6161
with:
6262
path: ${{ steps.pip-cache.outputs.dir }}
6363
key:
@@ -82,7 +82,7 @@ jobs:
8282
COVERAGE_FILE: ".coverage.mysql.${{ matrix.python-version }}"
8383

8484
- name: Store coverage file
85-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
85+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8686
with:
8787
name: coverage-mysql-${{ matrix.python-version }}
8888
path: .coverage.mysql.${{ matrix.python-version }}*
@@ -153,7 +153,7 @@ jobs:
153153
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
154154
155155
- name: Cache
156-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
156+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
157157
with:
158158
path: ${{ steps.pip-cache.outputs.dir }}
159159
key:
@@ -182,7 +182,7 @@ jobs:
182182
COVERAGE_FILE: ".coverage.${{ matrix.database }}.${{ matrix.python-version }}"
183183

184184
- name: Store coverage file
185-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
185+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
186186
with:
187187
name: coverage-${{ matrix.database }}-${{ matrix.python-version }}
188188
path: .coverage.${{ matrix.database }}.${{ matrix.python-version }}*
@@ -213,7 +213,7 @@ jobs:
213213
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
214214
215215
- name: Cache
216-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
216+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
217217
with:
218218
path: ${{ steps.pip-cache.outputs.dir }}
219219
key:
@@ -235,7 +235,7 @@ jobs:
235235
COVERAGE_FILE: ".coverage.sqlite.${{ matrix.python-version }}"
236236

237237
- name: Store coverage file
238-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
238+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
239239
with:
240240
name: coverage-sqlite-${{ matrix.python-version }}
241241
path: .coverage.sqlite.${{ matrix.python-version }}*
@@ -262,7 +262,7 @@ jobs:
262262
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
263263
264264
- name: Cache
265-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
265+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
266266
with:
267267
path: ${{ steps.pip-cache.outputs.dir }}
268268
key:
@@ -309,7 +309,7 @@ jobs:
309309
MERGE_COVERAGE_FILES: true
310310

311311
- name: Store Pull Request comment to be posted
312-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
312+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
313313
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
314314
with:
315315
name: python-coverage-comment-action

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Run zizmor 🌈
26-
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
26+
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3

0 commit comments

Comments
 (0)