@@ -11,10 +11,10 @@ jobs:
1111 contents : read
1212 pull-requests : write
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
1515 with :
1616 fetch-depth : 0
17- - uses : actions/setup-python@v5
17+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
1818 with :
1919 python-version : ' 3.x'
2020
@@ -43,14 +43,14 @@ jobs:
4343
4444 - name : Publish to Test PyPI
4545 if : steps.version_check.outputs.exists != 'true'
46- uses : pypa/gh-action-pypi-publish@v1.12.4
46+ uses : pypa/gh-action-pypi-publish@ab69e431e9c9f48a3310be0a56527c679f56e04d
4747 with :
4848 repository-url : https://test.pypi.org/legacy/
4949 verbose : true
5050
5151 - name : Comment on PR
5252 if : steps.version_check.outputs.exists != 'true'
53- uses : actions/github-script@v7
53+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
5454 env :
5555 VERSION : ${{ env.VERSION }}
5656 with :
@@ -120,21 +120,21 @@ jobs:
120120 exit 1
121121
122122 - name : Set up QEMU
123- uses : docker/setup-qemu-action@v3
123+ uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
124124
125125 - name : Set up Docker Buildx
126- uses : docker/setup-buildx-action@v3
126+ uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
127127
128128 - name : Login to Docker Hub with Organization Token
129129 if : steps.verify_package.outputs.success == 'true'
130- uses : docker/login-action@v3
130+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
131131 with :
132132 username : ${{ secrets.DOCKERHUB_USERNAME }}
133133 password : ${{ secrets.DOCKERHUB_TOKEN }}
134134
135135 - name : Build & Push Docker Preview
136136 if : steps.verify_package.outputs.success == 'true'
137- uses : docker/build-push-action@v5
137+ uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
138138 env :
139139 VERSION : ${{ env.VERSION }}
140140 with :
0 commit comments