File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
(github.event.action == 'labeled' && github.event.label.name == 'dev-app preview') ||
21
21
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dev-app preview'))
22
22
steps :
23
- - uses : actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # renovate: tag=v2.0.0
23
+ - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
24
24
- uses : ./.github/actions/yarn-install
25
25
26
26
- run : ./scripts/bazel/setup-remote-execution.sh
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
if : ${{ github.event.workflow_run.conclusion == 'success' }}
19
19
steps :
20
- - uses : actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # renovate: tag=v2.0.0
20
+ - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
21
21
- uses : ./.github/actions/yarn-install
22
22
23
23
- name : ' Download artifact from build job'
36
36
echo "::set-output name=number::$(cat ./dist/dev-app-web-pkg/pr_number)"
37
37
echo "::set-output name=sha::$(cat ./dist/dev-app-web-pkg/pr_sha)"
38
38
39
- - uses : FirebaseExtended/action-hosting-deploy@3a02c012c6a9b183828eeb456247327a894fc698 # renovate: tag=v0.0.0
39
+ - uses : FirebaseExtended/action-hosting-deploy@276388dd6c2cde23455b30293105cc866c22282d # renovate: tag=v0.0.0
40
40
id : deploy
41
41
with :
42
42
repoToken : ' ${{secrets.GITHUB_TOKEN}}'
Original file line number Diff line number Diff line change 8
8
labels :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # renovate: tag=v2.0.0
11
+ - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
12
12
- uses : angular/dev-infra/github-actions/commit-message-based-labels@138ec743c342cd2a4a75443d19e0ccd47244ee07
13
13
with :
14
14
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments