Skip to content

Commit 92fcf65

Browse files
committed
INTPYTHON-608 Use pinned sources for GitHub Actions
1 parent b5d1e56 commit 92fcf65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ jobs:
7676
name: all-dist-${{ github.run_id }}
7777
path: dist/
7878
- name: Publish package distributions to TestPyPI
79-
uses: pypa/gh-action-pypi-publish@release/v1
79+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
8080
with:
8181
repository-url: https://test.pypi.org/legacy/
8282
skip-existing: true
8383
attestations: ${{ env.DRY_RUN }}
8484
- name: Publish distribution 📦 to PyPI
8585
if: startsWith(env.DRY_RUN, 'false')
86-
uses: pypa/gh-action-pypi-publish@release/v1
86+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
8787

8888
post-publish:
8989
needs: [publish]

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ${{ matrix.python-version }}
1818
allow-prereleases: true
1919
- name: Start MongoDB
20-
uses: supercharge/[email protected]
20+
uses: supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
2121
with:
2222
mongodb-version: "4.4"
2323
mongodb-replica-set: test-rs

0 commit comments

Comments
 (0)