Skip to content

Commit 885f8ac

Browse files
[ci] Pin all action to a precise hash to appease zizmor
1 parent 363fb79 commit 885f8ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Build and Check Package
34-
uses: hynek/build-and-inspect-python-package@v2.12.0
34+
uses: hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310
3535
with:
3636
attest-build-provenance-github: 'true'
3737

@@ -56,7 +56,7 @@ jobs:
5656
path: dist
5757

5858
- name: Publish package to PyPI
59-
uses: pypa/gh-action-pypi-publish@v1.12.4
59+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
6060
with:
6161
attestations: true
6262

@@ -109,7 +109,7 @@ jobs:
109109
tox -e generate-gh-release-notes -- "$VERSION" scripts/latest-release-notes.md
110110
111111
- name: Publish GitHub Release
112-
uses: softprops/action-gh-release@v2
112+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
113113
with:
114114
body_path: scripts/latest-release-notes.md
115115
files: dist/*

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fetch-depth: 0
4141
persist-credentials: false
4242
- name: Build and Check Package
43-
uses: hynek/build-and-inspect-python-package@v2.12.0
43+
uses: hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310
4444

4545
build:
4646
needs: [package]
@@ -262,7 +262,7 @@ jobs:
262262

263263
- name: Upload coverage to Codecov
264264
if: "matrix.use_coverage"
265-
uses: codecov/codecov-action@v5
265+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
266266
with:
267267
fail_ci_if_error: false
268268
files: ./coverage.xml

0 commit comments

Comments
 (0)