File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
docs-preview :
12
- uses : elastic/docs-builder/.github/workflows/preview-build.yml@29b9fbeb2c8e33d67b7c3886e9b2af8de58e60bc # main
12
+ uses : elastic/docs-builder/.github/workflows/preview-build.yml@0f7705950703dc3abe4eff4f1a08714d479bf393 # main
13
13
with :
14
14
path-pattern : docs/**
15
15
permissions :
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
docs-preview :
10
- uses : elastic/docs-builder/.github/workflows/preview-cleanup.yml@29b9fbeb2c8e33d67b7c3886e9b2af8de58e60bc # main
10
+ uses : elastic/docs-builder/.github/workflows/preview-cleanup.yml@0f7705950703dc3abe4eff4f1a08714d479bf393 # main
11
11
permissions :
12
12
contents : none
13
13
id-token : write
Original file line number Diff line number Diff line change 24
24
with :
25
25
fetch-depth : 0
26
26
27
- - uses : elastic/oblt-actions/aws/auth@db0844c27572a45966ce669e4d3073c205c8d5e4 # v1
27
+ - uses : elastic/oblt-actions/aws/auth@476391c0e6815110ce488b8b09c80ed61848a28a # v1
28
28
with :
29
29
aws-account-id : " 267093732750"
30
30
89
89
VERSION : ${{ github.ref_name }}
90
90
91
91
- if : ${{ success() }}
92
- uses : elastic/oblt-actions/slack/send@db0844c27572a45966ce669e4d3073c205c8d5e4 # v1
92
+ uses : elastic/oblt-actions/slack/send@476391c0e6815110ce488b8b09c80ed61848a28a # v1
93
93
with :
94
94
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
95
95
channel-id : " #apm-aws-lambda"
98
98
Build: (<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>)
99
99
100
100
- if : ${{ failure() }}
101
- uses : elastic/oblt-actions/slack/send@db0844c27572a45966ce669e4d3073c205c8d5e4 # v1
101
+ uses : elastic/oblt-actions/slack/send@476391c0e6815110ce488b8b09c80ed61848a28a # v1
102
102
with :
103
103
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
104
104
channel-id : " #apm-aws-lambda"
Original file line number Diff line number Diff line change 42
42
- uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
43
43
with :
44
44
terraform_version : 1.2.3
45
- - uses : elastic/oblt-actions/aws/auth@db0844c27572a45966ce669e4d3073c205c8d5e4 # v1
46
- - uses : elastic/oblt-actions/google/auth@db0844c27572a45966ce669e4d3073c205c8d5e4 # v1
45
+ - uses : elastic/oblt-actions/aws/auth@476391c0e6815110ce488b8b09c80ed61848a28a # v1
46
+ - uses : elastic/oblt-actions/google/auth@476391c0e6815110ce488b8b09c80ed61848a28a # v1
47
47
- uses : google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
48
48
with :
49
49
export_to_environment : true
67
67
run : make smoketest/cleanup
68
68
69
69
- if : always()
70
- uses : elastic/oblt-actions/slack/notify-result@db0844c27572a45966ce669e4d3073c205c8d5e4 # v1
70
+ uses : elastic/oblt-actions/slack/notify-result@476391c0e6815110ce488b8b09c80ed61848a28a # v1
71
71
with :
72
72
bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
73
73
channel-id : " #apm-aws-lambda"
Original file line number Diff line number Diff line change 17
17
report :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : elastic/oblt-actions/test-report@db0844c27572a45966ce669e4d3073c205c8d5e4 # v1
20
+ - uses : elastic/oblt-actions/test-report@476391c0e6815110ce488b8b09c80ed61848a28a # v1
21
21
with :
22
22
artifact : /test-results(.*)/
23
23
name : ' Test Report $1'
Original file line number Diff line number Diff line change 93
93
runs-on : ubuntu-latest
94
94
steps :
95
95
- id : check
96
- uses : elastic/oblt-actions/check-dependent-jobs@db0844c27572a45966ce669e4d3073c205c8d5e4 # v1
96
+ uses : elastic/oblt-actions/check-dependent-jobs@476391c0e6815110ce488b8b09c80ed61848a28a # v1
97
97
with :
98
98
jobs : ${{ toJSON(needs) }}
99
99
- run : ${{ steps.check.outputs.is-success }}
You can’t perform that action at this time.
0 commit comments