build: update the lock closed sha to the latest sha (#41140)

Update to use the latest lock closed sha, additionally use the full length sha for
referencing the exact version to use.

PR Close #41140
This commit is contained in:
Joey Perrott 2021-03-09 10:41:31 -08:00 committed by Andrew Kushnir
parent b50d88073e
commit 41b8f98744
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ jobs:
if: github.repository == 'angular/angular'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@0fc6f4d839e93312ed0dd9a2be88d4c11e947a0b
- uses: angular/dev-infra/github-actions/lock-closed@7679cff885633cd33bf5ac7922a5304e8971a5a6
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}