File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
21
- - uses : github/branch-deploy@v8.0 .0
21
+ - uses : github/branch-deploy@v8.2 .0
22
22
id : branch-deploy
23
23
with :
24
24
admins : the-hideout/core-contributors
33
33
with :
34
34
ref : ${{ steps.branch-deploy.outputs.ref }}
35
35
36
- - uses : azure/login@ec3c14589bd3e9312b3cc8c41e6860e258df9010 # pin@v1
36
+ - uses : azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # pin@v1
37
37
if : ${{ steps.branch-deploy.outputs.continue == 'true' }}
38
38
with :
39
39
creds : ${{ secrets.AZURE_CREDENTIALS }}
@@ -125,7 +125,7 @@ jobs:
125
125
126
126
- name : SSH Remote Deploy
127
127
if : ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' }}
128
- uses : appleboy/ssh-action@4a03da89e5c43da56e502053be4bbcb293411883 # pin@v0.1.6
128
+ uses : appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # pin@v1.0.1
129
129
with :
130
130
host : ${{ secrets.SSH_HOST }}
131
131
username : ${{ secrets.SSH_USERNAME }}
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
16
- - uses : azure/login@ec3c14589bd3e9312b3cc8c41e6860e258df9010 # pin@v1
16
+ - uses : azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # pin@v1
17
17
with :
18
18
creds : ${{ secrets.AZURE_CREDENTIALS }}
19
19
37
37
run : terraform apply -auto-approve
38
38
39
39
- name : SSH Remote Deploy
40
- uses : appleboy/ssh-action@4a03da89e5c43da56e502053be4bbcb293411883 # pin@v0.1.6
40
+ uses : appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # pin@v1.0.1
41
41
with :
42
42
host : ${{ secrets.SSH_HOST }}
43
43
username : ${{ secrets.SSH_USERNAME }}
Original file line number Diff line number Diff line change 17
17
# Comment on new PR requests with deployment instructions
18
18
- uses : actions/checkout@v4
19
19
- name : comment
20
- uses :
GrantBirki/[email protected] .7
20
+ uses :
GrantBirki/[email protected] .8
21
21
continue-on-error : true
22
22
with :
23
23
file : .github/new-pr-comment.md
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : unlock on merge
17
- uses : github/branch-deploy@v8.0 .0
17
+ uses : github/branch-deploy@v8.2 .0
18
18
id : unlock-on-merge
19
19
with :
20
20
unlock_on_merge_mode : " true" # <-- indicates that this is the "Unlock on Merge Mode" workflow
You can’t perform that action at this time.
0 commit comments