Skip to content

Commit 72562e6

Browse files
authored
Merge branch 'main' into kruskall-patch-1
2 parents 74f14c5 + 5722cc7 commit 72562e6

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
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:

.github/workflows/docs-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

@@ -89,7 +89,7 @@ jobs:
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"
@@ -98,7 +98,7 @@ jobs:
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"

.github/workflows/smoke-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
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
@@ -67,7 +67,7 @@ jobs:
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"

.github/workflows/test-reporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)