File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
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@v2
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
42
42
echo ${{github.event.pull_request.head.sha}} > dist/devapp/pr_sha
43
43
44
44
# Upload the generated dev-app archive.
45
- - uses : actions/upload-artifact@v2
45
+ - uses : actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # renovate: tag=v2.0.0
46
46
with :
47
47
name : devapp
48
48
path : dist/devapp
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@v2
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@v0
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}}'
45
45
projectId : ng-comp-dev
46
46
channelId : pr-${{steps.pr_info.outputs.number}}-${{steps.pr_info.outputs.sha}}
47
47
48
- - uses : marocchino/sticky-pull-request-comment@v2
48
+ - uses : marocchino/sticky-pull-request-comment@39c5b5dc7717447d0cba270cd115037d32d28443 # renovate: tag=v2.0.0
49
49
with :
50
50
message : |
51
51
Deployed dev-app to: ${{ steps.deploy.outputs.details_url }}
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@v2
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