File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 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
1313 with :
1414 path-pattern : docs/**
1515 permissions :
Original file line number Diff line number Diff line change 77
88jobs :
99 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
1111 permissions :
1212 contents : none
1313 id-token : write
Original file line number Diff line number Diff line change 2424 with :
2525 fetch-depth : 0
2626
27- - uses : elastic/oblt-actions/aws/auth@db0844c27572a45966ce669e4d3073c205c8d5e4 # v1
27+ - uses : elastic/oblt-actions/aws/auth@476391c0e6815110ce488b8b09c80ed61848a28a # v1
2828 with :
2929 aws-account-id : " 267093732750"
3030
8989 VERSION : ${{ github.ref_name }}
9090
9191 - if : ${{ success() }}
92- uses : elastic/oblt-actions/slack/send@db0844c27572a45966ce669e4d3073c205c8d5e4 # v1
92+ uses : elastic/oblt-actions/slack/send@476391c0e6815110ce488b8b09c80ed61848a28a # v1
9393 with :
9494 bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
9595 channel-id : " #apm-aws-lambda"
9898 Build: (<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>)
9999
100100 - if : ${{ failure() }}
101- uses : elastic/oblt-actions/slack/send@db0844c27572a45966ce669e4d3073c205c8d5e4 # v1
101+ uses : elastic/oblt-actions/slack/send@476391c0e6815110ce488b8b09c80ed61848a28a # v1
102102 with :
103103 bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
104104 channel-id : " #apm-aws-lambda"
Original file line number Diff line number Diff line change 4242 - uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
4343 with :
4444 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
4747 - uses : google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
4848 with :
4949 export_to_environment : true
6767 run : make smoketest/cleanup
6868
6969 - if : always()
70- uses : elastic/oblt-actions/slack/notify-result@db0844c27572a45966ce669e4d3073c205c8d5e4 # v1
70+ uses : elastic/oblt-actions/slack/notify-result@476391c0e6815110ce488b8b09c80ed61848a28a # v1
7171 with :
7272 bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
7373 channel-id : " #apm-aws-lambda"
Original file line number Diff line number Diff line change 1717 report :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : elastic/oblt-actions/test-report@db0844c27572a45966ce669e4d3073c205c8d5e4 # v1
20+ - uses : elastic/oblt-actions/test-report@476391c0e6815110ce488b8b09c80ed61848a28a # v1
2121 with :
2222 artifact : /test-results(.*)/
2323 name : ' Test Report $1'
Original file line number Diff line number Diff line change 9393 runs-on : ubuntu-latest
9494 steps :
9595 - id : check
96- uses : elastic/oblt-actions/check-dependent-jobs@db0844c27572a45966ce669e4d3073c205c8d5e4 # v1
96+ uses : elastic/oblt-actions/check-dependent-jobs@476391c0e6815110ce488b8b09c80ed61848a28a # v1
9797 with :
9898 jobs : ${{ toJSON(needs) }}
9999 - run : ${{ steps.check.outputs.is-success }}
You can’t perform that action at this time.
0 commit comments