4747 - ops
4848 default : all
4949 run_pre_deploy_migrations :
50- description : Run data migrations before service deployment.
50+ description : Run `pre-deploy` job (schema- migrations) before service deployment.
5151 required : false
5252 type : boolean
5353 default : true
@@ -159,7 +159,7 @@ jobs:
159159 needs : prepare-deployment
160160 steps :
161161 - name : Notify approval required
162- uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
162+ uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
163163 with :
164164 webhook : ${{ secrets.SLACK_MAVIS_RELEASES_WEBHOOK_URL }}
165165 webhook-type : incoming-webhook
@@ -303,7 +303,7 @@ jobs:
303303 # yamllint enable rule:line-length
304304 - name : Notify migrations completed
305305 if : ${{ env.environment == 'production' }}
306- uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
306+ uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
307307 with :
308308 webhook : ${{ secrets.SLACK_MAVIS_RELEASES_WEBHOOK_URL }}
309309 webhook-type : incoming-webhook
@@ -483,7 +483,7 @@ jobs:
483483 # yamllint enable rule:line-length
484484 - name : Notify data migrations completed
485485 if : ${{ env.environment == 'production' }}
486- uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
486+ uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
487487 with :
488488 webhook : ${{ secrets.SLACK_MAVIS_RELEASES_WEBHOOK_URL }}
489489 webhook-type : incoming-webhook
@@ -503,7 +503,7 @@ jobs:
503503 - name : Notify deployment success
504504 if : >-
505505 ${{ needs.deploy-service.result == 'success' || needs.post-deploy.result == 'success' }}
506- uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
506+ uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
507507 with :
508508 webhook : ${{ secrets.SLACK_MAVIS_RELEASES_WEBHOOK_URL }}
509509 webhook-type : incoming-webhook
@@ -517,7 +517,7 @@ jobs:
517517 - name : Notify deployment failure
518518 if : >-
519519 ${{ needs.deploy-service.result == 'failure' || needs.pre-deploy.result == 'failure' }}
520- uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
520+ uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
521521 with :
522522 webhook : ${{ secrets.SLACK_MAVIS_RELEASES_WEBHOOK_URL }}
523523 webhook-type : incoming-webhook
0 commit comments