Update appleboy/ssh-action action to v1.2.3

This commit is contained in:
renovate[bot]
2025-11-08 03:40:21 +00:00
committed by GitHub
parent 4f34de3b0e
commit c7d3fa6a66
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ jobs:
target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/${{ inputs.distro }}/${{ matrix.arch }}/${{ matrix.release }}
- name: Move incoming release into repository
uses: appleboy/ssh-action@2ead5e36573f08b82fbfce1504f1a4b05a647c6f # v1.2.2
uses: appleboy/ssh-action@91f3272fc5907f4699dcf59761eb622a07342f5a # v1.2.3
with:
host: ${{ secrets.deploy-host }}
username: ${{ secrets.deploy-user }}
+1 -1
View File
@@ -99,7 +99,7 @@ jobs:
target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/macos/${{ matrix.arch }}
- name: Move incoming release into repository
uses: appleboy/ssh-action@2ead5e36573f08b82fbfce1504f1a4b05a647c6f # v1.2.2
uses: appleboy/ssh-action@91f3272fc5907f4699dcf59761eb622a07342f5a # v1.2.3
with:
host: ${{ secrets.deploy-host }}
username: ${{ secrets.deploy-user }}
+1 -1
View File
@@ -97,7 +97,7 @@ jobs:
target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/${{ inputs.os }}/${{ matrix.arch }}
- name: Move incoming release into repository
uses: appleboy/ssh-action@2ead5e36573f08b82fbfce1504f1a4b05a647c6f # v1.2.2
uses: appleboy/ssh-action@91f3272fc5907f4699dcf59761eb622a07342f5a # v1.2.3
with:
host: ${{ secrets.deploy-host }}
username: ${{ secrets.deploy-user }}
@@ -121,7 +121,7 @@ jobs:
target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/windows/${{ matrix.arch }}
- name: Move incoming release into repository
uses: appleboy/ssh-action@2ead5e36573f08b82fbfce1504f1a4b05a647c6f # v1.2.2
uses: appleboy/ssh-action@91f3272fc5907f4699dcf59761eb622a07342f5a # v1.2.3
with:
host: ${{ secrets.deploy-host }}
username: ${{ secrets.deploy-user }}
+1 -1
View File
@@ -90,7 +90,7 @@ jobs:
]
steps:
- name: Import packages into reprepro
uses: appleboy/ssh-action@2ead5e36573f08b82fbfce1504f1a4b05a647c6f # v1.2.2
uses: appleboy/ssh-action@91f3272fc5907f4699dcf59761eb622a07342f5a # v1.2.3
with:
host: ${{ secrets.REPO_HOST }}
username: ${{ secrets.REPO_USER }}