From aa8f4193f0e2581fb63727a9c93312049dd63947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 22:04:10 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [elastic/oblt-actions](https://github.com/elastic/oblt-actions) and [docker/login-action](https://github.com/docker/login-action). Updates `elastic/oblt-actions` from 1.39.8 to 1.39.9 - [Release notes](https://github.com/elastic/oblt-actions/releases) - [Changelog](https://github.com/elastic/oblt-actions/blob/main/docs/RELEASE.md) - [Commits](https://github.com/elastic/oblt-actions/compare/v1.39.8...v1.39.9) Updates `docker/login-action` from 4.4.0 to 4.5.1 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/af1e73f918a031802d376d3c8bbc3fe56130a9b0...abd2ef45e78c5afb21d64d4ca52ee8550d9572c7) --- updated-dependencies: - dependency-name: elastic/oblt-actions dependency-version: 1.39.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/github-commands-comment.yml | 2 +- .github/workflows/labeler.yml | 2 +- .github/workflows/microbenchmark.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/test-fips.yml | 4 ++-- .github/workflows/test.yml | 2 +- .github/workflows/updatecli.yml | 8 ++++---- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/github-commands-comment.yml b/.github/workflows/github-commands-comment.yml index 8d6670ce57..6f1028e86e 100644 --- a/.github/workflows/github-commands-comment.yml +++ b/.github/workflows/github-commands-comment.yml @@ -15,4 +15,4 @@ jobs: permissions: pull-requests: write steps: - - uses: elastic/oblt-actions/elastic/github-commands@v1.39.8 + - uses: elastic/oblt-actions/elastic/github-commands@v1.39.9 diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 4a842e2af5..3eccd4e48e 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -23,7 +23,7 @@ jobs: private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }} permission-members: read - id: is_elastic_member - uses: elastic/oblt-actions/github/is-member-of@v1.39.8 + uses: elastic/oblt-actions/github/is-member-of@v1.39.9 with: github-org: "elastic" github-user: ${{ github.actor }} diff --git a/.github/workflows/microbenchmark.yml b/.github/workflows/microbenchmark.yml index cab18fef00..5a4a2ee0e1 100644 --- a/.github/workflows/microbenchmark.yml +++ b/.github/workflows/microbenchmark.yml @@ -21,7 +21,7 @@ jobs: timeout-minutes: 5 steps: - name: Run microbenchmark - uses: elastic/oblt-actions/buildkite/run@v1.39.8 + uses: elastic/oblt-actions/buildkite/run@v1.39.9 with: pipeline: "apm-agent-microbenchmark" token: ${{ secrets.BUILDKITE_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c6b104228..2df47ebbaf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - uses: docker/setup-buildx-action@v4.2.0 - name: Log in to the Elastic Container registry - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry: ${{ secrets.ELASTIC_DOCKER_REGISTRY }} username: ${{ secrets.ELASTIC_DOCKER_USERNAME }} @@ -117,7 +117,7 @@ jobs: subject-digest: ${{ steps.docker-push-wolfi.outputs.digest }} push-to-registry: true - - uses: elastic/oblt-actions/aws/auth@v1.39.8 + - uses: elastic/oblt-actions/aws/auth@v1.39.9 with: aws-account-id: "267093732750" @@ -139,7 +139,7 @@ jobs: run: npm publish - if: ${{ always() && startsWith(github.ref, 'refs/tags') }} - uses: elastic/oblt-actions/slack/notify-result@v1.39.8 + uses: elastic/oblt-actions/slack/notify-result@v1.39.9 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: "#apm-agent-node" diff --git a/.github/workflows/test-fips.yml b/.github/workflows/test-fips.yml index e50263eb19..6b015630ed 100644 --- a/.github/workflows/test-fips.yml +++ b/.github/workflows/test-fips.yml @@ -52,12 +52,12 @@ jobs: needs: test-fips steps: - id: check - uses: elastic/oblt-actions/check-dependent-jobs@v1.39.8 + uses: elastic/oblt-actions/check-dependent-jobs@v1.39.9 with: jobs: ${{ toJSON(needs) }} - name: Notify in Slack if: steps.check.outputs.status == 'failure' - uses: elastic/oblt-actions/slack/notify-result@v1.39.8 + uses: elastic/oblt-actions/slack/notify-result@v1.39.9 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: "#apm-agent-node" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eed3c467e0..1b14f0972a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -198,7 +198,7 @@ jobs: - test-windows steps: - id: check - uses: elastic/oblt-actions/check-dependent-jobs@v1.39.8 + uses: elastic/oblt-actions/check-dependent-jobs@v1.39.9 with: jobs: ${{ toJSON(needs) }} - run: ${{ steps.check.outputs.is-success }} diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index cd41770494..6af0dcb3bc 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -26,20 +26,20 @@ jobs: permission-contents: write permission-pull-requests: write - - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: elastic/oblt-actions/updatecli/run@v1.39.8 + - uses: elastic/oblt-actions/updatecli/run@v1.39.9 with: command: --experimental compose diff version-file: .tool-versions env: GITHUB_TOKEN: ${{ steps.get_token.outputs.token }} - - uses: elastic/oblt-actions/updatecli/run@v1.39.8 + - uses: elastic/oblt-actions/updatecli/run@v1.39.9 with: command: --experimental compose apply version-file: .tool-versions @@ -47,7 +47,7 @@ jobs: GITHUB_TOKEN: ${{ steps.get_token.outputs.token }} - if: failure() - uses: elastic/oblt-actions/slack/send@v1.39.8 + uses: elastic/oblt-actions/slack/send@v1.39.9 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: "#apm-agent-node"