Skip to content

Commit 5722cc7

Browse files
build(deps): bump the github-actions group with 2 updates (#651)
Bumps the github-actions group with 2 updates: [elastic/docs-builder](https://github.com/elastic/docs-builder) and [elastic/oblt-actions](https://github.com/elastic/oblt-actions). Updates `elastic/docs-builder` from 29b9fbeb2c8e33d67b7c3886e9b2af8de58e60bc to 0f7705950703dc3abe4eff4f1a08714d479bf393 - [Release notes](https://github.com/elastic/docs-builder/releases) - [Commits](elastic/docs-builder@29b9fbe...0f77059) Updates `elastic/oblt-actions` from 1.27.0 to 1.27.1 - [Release notes](https://github.com/elastic/oblt-actions/releases) - [Changelog](https://github.com/elastic/oblt-actions/blob/main/docs/RELEASE.md) - [Commits](elastic/oblt-actions@db0844c...476391c) --- updated-dependencies: - dependency-name: elastic/docs-builder dependency-version: 0f7705950703dc3abe4eff4f1a08714d479bf393 dependency-type: direct:production dependency-group: github-actions - dependency-name: elastic/oblt-actions dependency-version: 1.27.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37cf186 commit 5722cc7

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Diff for: .github/workflows/docs-build.yml

+1-1
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:

Diff for: .github/workflows/docs-cleanup.yml

+1-1
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

Diff for: .github/workflows/release.yml

+3-3
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"

Diff for: .github/workflows/smoke-tests.yml

+3-3
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"

Diff for: .github/workflows/test-reporter.yml

+1-1
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'

Diff for: .github/workflows/test.yml

+1-1
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)