File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
26
26
- uses : ./.github/actions/yarn-install
27
27
28
- - uses : angular/dev-infra/github-actions/setup-bazel-remote-exec@eba7bac8f0c7afd20cf63d48de1942d06efd0972
28
+ - uses : angular/dev-infra/github-actions/setup-bazel-remote-exec@f1a26a04e1edb6d0f2cf239a4036fa67b062447c
29
29
with :
30
30
bazelrc : ./.bazelrc.user
31
31
34
34
# the number of concurrent actions is determined based on the host resources.
35
35
- run : bazel build //src/dev-app:web_package --symlink_prefix=dist/ --jobs=32
36
36
37
- - uses : angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@eba7bac8f0c7afd20cf63d48de1942d06efd0972
37
+ - uses : angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@f1a26a04e1edb6d0f2cf239a4036fa67b062447c
38
38
with :
39
39
workflow-artifact-name : ' dev-app'
40
40
pull-number : ' ${{github.event.pull_request.number}}'
Original file line number Diff line number Diff line change 22
22
if : ${{ github.event.workflow_run.conclusion == 'success' }}
23
23
steps :
24
24
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
25
- - uses : angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@eba7bac8f0c7afd20cf63d48de1942d06efd0972
25
+ - uses : angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@f1a26a04e1edb6d0f2cf239a4036fa67b062447c
26
26
with :
27
27
github-token : ' ${{secrets.GITHUB_TOKEN}}'
28
28
workflow-artifact-name : ' dev-app'
You can’t perform that action at this time.
0 commit comments