From c66c532474d9a3af35f7a1d303b917261fcc309a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:51:00 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [github/branch-deploy](https://github.com/github/branch-deploy) and [azure/login](https://github.com/azure/login). Updates `github/branch-deploy` from 9.1.0 to 9.1.1 - [Release notes](https://github.com/github/branch-deploy/releases) - [Commits](https://github.com/github/branch-deploy/compare/v9.1.0...v9.1.1) Updates `azure/login` from 1.6.1 to 2.0.0 - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/cb79c773a3cfa27f31f25eb3f677781210c9ce3d...8c334a195cbb38e46038007b304988d888bf676a) --- updated-dependencies: - dependency-name: github/branch-deploy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: azure/login dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-deploy.yml | 4 ++-- .github/workflows/ci.yml | 2 +- .github/workflows/unlock-on-merge.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index 55f070b..5a53f02 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.0 + - uses: github/branch-deploy@v9.1.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@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin@v1 + - uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # pin@v1 if: ${{ steps.branch-deploy.outputs.continue == 'true' }} with: creds: ${{ secrets.AZURE_CREDENTIALS }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8c28e3..e6b0c42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin@v1 + - uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # pin@v1 with: creds: ${{ secrets.AZURE_CREDENTIALS }} diff --git a/.github/workflows/unlock-on-merge.yml b/.github/workflows/unlock-on-merge.yml index 2d29993..995acd2 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.0 + uses: github/branch-deploy@v9.1.1 id: unlock-on-merge with: unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow