Skip to content

Commit 2e078b4

Browse files
Bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [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 9.1.1 to 9.9.1 - [Release notes](https://github.com/github/branch-deploy/releases) - [Commits](github/branch-deploy@v9.1.1...v9.9.1) Updates `azure/login` from 2.0.0 to 2.2.0 - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@8c334a1...a65d910) Updates `appleboy/ssh-action` from 1.0.3 to 1.1.0 - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Changelog](https://github.com/appleboy/ssh-action/blob/master/.goreleaser.yaml) - [Commits](appleboy/ssh-action@029f5b4...25ce8cb) Updates `GrantBirki/comment` from 2.0.9 to 2.1.0 - [Release notes](https://github.com/grantbirki/comment/releases) - [Commits](GrantBirki/comment@v2.0.9...v2.1.0) --- 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-minor dependency-group: github-actions - dependency-name: GrantBirki/comment dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e060dce commit 2e078b4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: github/branch-deploy@v9.1.1
21+
- uses: github/branch-deploy@v9.9.1
2222
id: branch-deploy
2323
with:
2424
admins: the-hideout/core-contributors
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
ref: ${{ steps.branch-deploy.outputs.ref }}
3535

36-
- uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # pin@v1
36+
- uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # pin@v1
3737
if: ${{ steps.branch-deploy.outputs.continue == 'true' }}
3838
with:
3939
creds: ${{ secrets.AZURE_CREDENTIALS }}
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: SSH Remote Deploy
127127
if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' }}
128-
uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # pin@v1.0.3
128+
uses: appleboy/ssh-action@25ce8cbbcb08177468c7ff7ec5cbfa236f9341e1 # pin@v1.1.0
129129
with:
130130
host: ${{ secrets.SSH_HOST }}
131131
username: ${{ secrets.SSH_USERNAME }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # pin@v1
16+
- uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # pin@v1
1717
with:
1818
creds: ${{ secrets.AZURE_CREDENTIALS }}
1919

@@ -37,7 +37,7 @@ jobs:
3737
run: terraform apply -auto-approve
3838

3939
- name: SSH Remote Deploy
40-
uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # pin@v1.0.3
40+
uses: appleboy/ssh-action@25ce8cbbcb08177468c7ff7ec5cbfa236f9341e1 # pin@v1.1.0
4141
with:
4242
host: ${{ secrets.SSH_HOST }}
4343
username: ${{ secrets.SSH_USERNAME }}

.github/workflows/new-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Comment on new PR requests with deployment instructions
1818
- uses: actions/checkout@v4
1919
- name: comment
20-
uses: GrantBirki/comment@v2.0.9
20+
uses: GrantBirki/comment@v2.1.0
2121
continue-on-error: true
2222
with:
2323
file: .github/new-pr-comment.md

.github/workflows/unlock-on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: unlock on merge
17-
uses: github/branch-deploy@v9.1.1
17+
uses: github/branch-deploy@v9.9.1
1818
id: unlock-on-merge
1919
with:
2020
unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow

0 commit comments

Comments
 (0)