From a6635de9e03d989a51f3b940f066144e0dd245aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 18:08:23 +0000 Subject: [PATCH] Bump the github-actions group with 4 updates Bumps the github-actions group with 4 updates: [github/branch-deploy](https://github.com/github/branch-deploy), [azure/login](https://github.com/azure/login), [appleboy/ssh-action](https://github.com/appleboy/ssh-action) and [GrantBirki/comment](https://github.com/grantbirki/comment). Updates `github/branch-deploy` from 8.0.0 to 8.2.0 - [Release notes](https://github.com/github/branch-deploy/releases) - [Commits](https://github.com/github/branch-deploy/compare/v8.0.0...v8.2.0) Updates `azure/login` from 1.4.4 to 1.5.1 - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/ec3c14589bd3e9312b3cc8c41e6860e258df9010...de95379fe4dadc2defb305917eaa7e5dde727294) Updates `appleboy/ssh-action` from 0.1.6 to 1.0.1 - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/4a03da89e5c43da56e502053be4bbcb293411883...8f949198563a347a01c65ffc60399aef2b59d4ab) Updates `GrantBirki/comment` from 2.0.7 to 2.0.8 - [Release notes](https://github.com/grantbirki/comment/releases) - [Commits](https://github.com/grantbirki/comment/compare/v2.0.7...v2.0.8) --- updated-dependencies: - dependency-name: github/branch-deploy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: GrantBirki/comment dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-deploy.yml | 6 +++--- .github/workflows/ci.yml | 4 ++-- .github/workflows/new-pr.yml | 2 +- .github/workflows/unlock-on-merge.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index 4888a6d..c5323d1 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@v8.0.0 + - uses: github/branch-deploy@v8.2.0 id: branch-deploy with: admins: the-hideout/core-contributors @@ -33,7 +33,7 @@ jobs: with: ref: ${{ steps.branch-deploy.outputs.ref }} - - uses: azure/login@ec3c14589bd3e9312b3cc8c41e6860e258df9010 # pin@v1 + - uses: azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # 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@4a03da89e5c43da56e502053be4bbcb293411883 # pin@v0.1.6 + uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # pin@v1.0.1 with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USERNAME }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b35c75..73a097b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: azure/login@ec3c14589bd3e9312b3cc8c41e6860e258df9010 # pin@v1 + - uses: azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # 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@4a03da89e5c43da56e502053be4bbcb293411883 # pin@v0.1.6 + uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # pin@v1.0.1 with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USERNAME }} diff --git a/.github/workflows/new-pr.yml b/.github/workflows/new-pr.yml index 28f1b69..eda8191 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.7 + uses: GrantBirki/comment@v2.0.8 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 6222eac..2050ec6 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@v8.0.0 + uses: github/branch-deploy@v8.2.0 id: unlock-on-merge with: unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow