From 41b8f98744e48ca8ae08a1f2c2ebf60253a76aaf Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 9 Mar 2021 10:41:31 -0800 Subject: [PATCH] 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 --- .github/workflows/lock-closed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index d986088b6da..69f2aab2f9b 100644 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -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 }}