8181
8282 - name : Build only
8383 if : ${{ github.event_name == 'pull_request' }}
84- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
84+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
8585 with :
8686 context : .
8787 platforms : linux/amd64
9191
9292 - name : Build and push
9393 if : ${{ github.event_name != 'pull_request' }}
94- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
94+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
9595 with :
9696 context : .
9797 platforms : linux/amd64,linux/arm64
@@ -101,7 +101,7 @@ jobs:
101101
102102 - name : Run Trivy vulnerability scanner
103103 if : ${{ github.event_name != 'pull_request' }}
104- uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
104+ uses : aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
105105 with :
106106 image-ref : ${{ steps.image_path.outputs.IMAGE_PATH }}:${{ steps.get_version.outputs.VERSION }}
107107 format : table
@@ -176,7 +176,7 @@ jobs:
176176
177177 - name : Build only
178178 if : ${{ github.event_name == 'pull_request' }}
179- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
179+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
180180 with :
181181 context : .
182182 file : ./Dockerfile_bitcoin
@@ -187,7 +187,7 @@ jobs:
187187
188188 - name : Build and push
189189 if : ${{ github.event_name != 'pull_request' }}
190- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
190+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
191191 with :
192192 context : .
193193 file : ./Dockerfile_bitcoin
@@ -198,7 +198,7 @@ jobs:
198198
199199 - name : Run Trivy vulnerability scanner
200200 if : ${{ github.event_name != 'pull_request' }}
201- uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
201+ uses : aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
202202 with :
203203 image-ref : ${{ steps.image_path.outputs.IMAGE_PATH }}:${{ steps.get_version.outputs.VERSION }}-bitcoin
204204 format : table
0 commit comments