Merge pull request 'Pin dependencies' (#19) from renovate/pin-dependencies into main
All checks were successful
Remote Deployment Pipeline / Prepare deployment vars (push) Successful in 3s
Remote Deployment Pipeline / Create remote directory (push) Successful in 6s
Remote Deployment Pipeline / Cleanup MR environment (push) Has been skipped
Remote Deployment Pipeline / Sync repository files (push) Successful in 18s
Remote Deployment Pipeline / Run docker-compose remotely (push) Successful in 7s

Reviewed-on: #19
This commit is contained in:
2025-10-31 11:31:26 +01:00

View File

@@ -52,7 +52,7 @@ jobs:
|| github.ref == 'refs/heads/main' || github.ref == 'refs/heads/main'
steps: steps:
- name: Setup SSH - name: Setup SSH
uses: webfactory/ssh-agent@v0.9.1 uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
with: with:
ssh-private-key: ${{ env.SSH_PRIVATE_KEY }} ssh-private-key: ${{ env.SSH_PRIVATE_KEY }}
@@ -77,7 +77,7 @@ jobs:
(github.event_name == 'pull_request' && github.event.action != 'closed' && github.event.pull_request.merged == false) (github.event_name == 'pull_request' && github.event.action != 'closed' && github.event.pull_request.merged == false)
|| github.ref == 'refs/heads/main' || github.ref == 'refs/heads/main'
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Sync files via scp - name: Sync files via scp
uses: appleboy/scp-action@master uses: appleboy/scp-action@master
@@ -98,7 +98,7 @@ jobs:
|| github.ref == 'refs/heads/main' || github.ref == 'refs/heads/main'
steps: steps:
- name: Setup SSH - name: Setup SSH
uses: webfactory/ssh-agent@v0.9.1 uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
with: with:
ssh-private-key: ${{ env.SSH_PRIVATE_KEY }} ssh-private-key: ${{ env.SSH_PRIVATE_KEY }}
@@ -124,7 +124,7 @@ jobs:
(github.event.action == 'closed' || github.event.pull_request.merged == true) (github.event.action == 'closed' || github.event.pull_request.merged == true)
steps: steps:
- name: Setup SSH - name: Setup SSH
uses: webfactory/ssh-agent@v0.9.1 uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
with: with:
ssh-private-key: ${{ env.SSH_PRIVATE_KEY }} ssh-private-key: ${{ env.SSH_PRIVATE_KEY }}