build: update actions/checkout digest (#48336)

See associated pull request for more information.

PR Close #48336
This commit is contained in:
Angular Robot 2022-12-03 10:33:21 +00:00 committed by Paul Gschwendtner
parent c3136d6723
commit d1a501e65b
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ jobs:
(github.event.action == 'labeled' && github.event.label.name == 'test preview') ||
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'test preview'))
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
- uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 # tag=v2.0.0
- uses: ./.github/actions/yarn-install
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@3bc93449e11b733260d0294305bf57240d7e0a81

View file

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@3bc93449e11b733260d0294305bf57240d7e0a81
with:
github-token: '${{secrets.GITHUB_TOKEN}}'