Skip to content

Commit cfa2951

Browse files
Fixed the incorrect SHA's
Signed-off-by: naveensrinivasan <[email protected]>
1 parent 63f21f5 commit cfa2951

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-dev-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
(github.event.action == 'labeled' && github.event.label.name == 'dev-app preview') ||
2121
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dev-app preview'))
2222
steps:
23-
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # renovate: tag=v2.0.0
23+
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
2424
- uses: ./.github/actions/yarn-install
2525

2626
- run: ./scripts/bazel/setup-remote-execution.sh

.github/workflows/deploy-dev-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1919
steps:
20-
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # renovate: tag=v2.0.0
20+
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
2121
- uses: ./.github/actions/yarn-install
2222

2323
- name: 'Download artifact from build job'
@@ -36,7 +36,7 @@ jobs:
3636
echo "::set-output name=number::$(cat ./dist/dev-app-web-pkg/pr_number)"
3737
echo "::set-output name=sha::$(cat ./dist/dev-app-web-pkg/pr_sha)"
3838
39-
- uses: FirebaseExtended/action-hosting-deploy@3a02c012c6a9b183828eeb456247327a894fc698 # renovate: tag=v0.0.0
39+
- uses: FirebaseExtended/action-hosting-deploy@276388dd6c2cde23455b30293105cc866c22282d # renovate: tag=v0.0.0
4040
id: deploy
4141
with:
4242
repoToken: '${{secrets.GITHUB_TOKEN}}'

.github/workflows/dev-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
labels:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # renovate: tag=v2.0.0
11+
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
1212
- uses: angular/dev-infra/github-actions/commit-message-based-labels@138ec743c342cd2a4a75443d19e0ccd47244ee07
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)