Skip to content

Commit 686ea6c

Browse files
Pinning workflow .github/workflows/python-publish.yml
1 parent ee7f401 commit 686ea6c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2727

2828
- name: Set up Apache Maven Central
29-
uses: actions/setup-java@v3
29+
uses: actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3.14.1
3030
with: # configure settings.xml
3131
distribution: 'temurin'
3232
java-version: '11'
@@ -35,7 +35,7 @@ jobs:
3535
server-password: OSSRH_PASSWORD
3636

3737
- name: Set up Python
38-
uses: actions/setup-python@v3
38+
uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3.1.4
3939
with:
4040
python-version: '3.x'
4141

@@ -59,7 +59,7 @@ jobs:
5959
run: poetry build
6060

6161
- name: Publish package
62-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
62+
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 # v1.4.2
6363
with:
6464
user: __token__
6565
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)