@@ -47,12 +47,12 @@ jobs:
4747 path : dist
4848 - name : Upload pypi.org
4949 if : startsWith(github.ref, 'refs/tags')
50- uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
50+ uses : pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
5151 with :
5252 repository-url : https://upload.pypi.org/legacy/
5353 - name : Upload test.pypi.org
5454 if : ${{ ! startsWith(github.ref, 'refs/tags') }}
55- uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
55+ uses : pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
5656 with :
5757 repository-url : https://test.pypi.org/legacy/
5858
@@ -119,7 +119,7 @@ jobs:
119119 - uses : actions/checkout@v4
120120
121121 - name : Set up Docker Buildx
122- uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6 .1
122+ uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7 .1
123123
124124 - name : Log in to the Elastic Container registry
125125 uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -146,7 +146,7 @@ jobs:
146146
147147 - name : Build and push image
148148 id : docker-push
149- uses : docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8 .0
149+ uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
150150 with :
151151 context : .
152152 platforms : linux/amd64,linux/arm64
0 commit comments