diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index 5a53f02..4e25859 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: github/branch-deploy@v9.1.1 + - uses: github/branch-deploy@v9.9.1 id: branch-deploy with: admins: the-hideout/core-contributors @@ -33,7 +33,7 @@ jobs: with: ref: ${{ steps.branch-deploy.outputs.ref }} - - uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # pin@v1 + - uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # pin@v1 if: ${{ steps.branch-deploy.outputs.continue == 'true' }} with: creds: ${{ secrets.AZURE_CREDENTIALS }} @@ -125,7 +125,7 @@ jobs: - name: SSH Remote Deploy if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' }} - uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # pin@v1.0.3 + uses: appleboy/ssh-action@25ce8cbbcb08177468c7ff7ec5cbfa236f9341e1 # pin@v1.1.0 with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USERNAME }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6b0c42..1c99adf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # pin@v1 + - uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # pin@v1 with: creds: ${{ secrets.AZURE_CREDENTIALS }} @@ -37,7 +37,7 @@ jobs: run: terraform apply -auto-approve - name: SSH Remote Deploy - uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # pin@v1.0.3 + uses: appleboy/ssh-action@25ce8cbbcb08177468c7ff7ec5cbfa236f9341e1 # pin@v1.1.0 with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USERNAME }} diff --git a/.github/workflows/new-pr.yml b/.github/workflows/new-pr.yml index 293e08b..12576ad 100644 --- a/.github/workflows/new-pr.yml +++ b/.github/workflows/new-pr.yml @@ -17,7 +17,7 @@ jobs: # Comment on new PR requests with deployment instructions - uses: actions/checkout@v4 - name: comment - uses: GrantBirki/comment@v2.0.9 + uses: GrantBirki/comment@v2.1.0 continue-on-error: true with: file: .github/new-pr-comment.md diff --git a/.github/workflows/unlock-on-merge.yml b/.github/workflows/unlock-on-merge.yml index 995acd2..f440f72 100644 --- a/.github/workflows/unlock-on-merge.yml +++ b/.github/workflows/unlock-on-merge.yml @@ -14,7 +14,7 @@ jobs: steps: - name: unlock on merge - uses: github/branch-deploy@v9.1.1 + uses: github/branch-deploy@v9.9.1 id: unlock-on-merge with: unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow