We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c3e58 commit 414558cCopy full SHA for 414558c
.github/workflows/continuous-delivery.yml
@@ -178,7 +178,7 @@ jobs:
178
env: ${{ needs.metadata.outputs.stage }}
179
180
- name: Deploy
181
- uses: appleboy/ssh-action@7eaf76671a0d7eec5d98ee897acda4f968735a17 # v1.2.0
+ uses: appleboy/ssh-action@8faa84277b88b6cd1455986f459aa66cf72bc8a3 # v1.2.1
182
env:
183
STAGE: ${{ needs.metadata.outputs.stage }}
184
with:
.github/workflows/publish-image.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Build and push image
67
id: build_push_image
68
- uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
+ uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
69
70
push: true
71
context: .
0 commit comments