File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
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
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 }}
You can’t perform that action at this time.
0 commit comments