From a79a776db106a588b2f26badf07f580e511f88cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 22:04:21 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates --- updated-dependencies: - dependency-name: elastic/oblt-actions dependency-version: 1.39.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/attest dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch 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 | 10 +++++----- .github/workflows/test-fips.yml | 4 ++-- .github/workflows/test.yml | 2 +- .github/workflows/updatecli.yml | 6 +++--- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/github-commands-comment.yml b/.github/workflows/github-commands-comment.yml index fd1b13ad6e..8d6670ce57 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.7 + - uses: elastic/oblt-actions/elastic/github-commands@v1.39.8 diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index d7fa9e2709..4a842e2af5 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.7 + uses: elastic/oblt-actions/github/is-member-of@v1.39.8 with: github-org: "elastic" github-user: ${{ github.actor }} diff --git a/.github/workflows/microbenchmark.yml b/.github/workflows/microbenchmark.yml index af65d2bd5c..cab18fef00 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.7 + uses: elastic/oblt-actions/buildkite/run@v1.39.8 with: pipeline: "apm-agent-microbenchmark" token: ${{ secrets.BUILDKITE_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35895c60d1..5a28755862 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - run: make -C .ci dist - name: Attest Lambda layer zip - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 with: subject-path: "${{ github.workspace }}/build/aws/elastic-apm-node-lambda-layer-*.zip" @@ -77,7 +77,7 @@ jobs: AGENT_DIR=/build/dist/nodejs - name: Attest Docker image - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 with: subject-name: "${{ env.DOCKER_IMAGE_NAME }}" subject-digest: ${{ steps.docker-push.outputs.digest }} @@ -111,13 +111,13 @@ jobs: AGENT_DIR=/build/dist/nodejs - name: Attest Docker image (wolfi) - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 with: subject-name: "${{ env.DOCKER_IMAGE_NAME }}" subject-digest: ${{ steps.docker-push-wolfi.outputs.digest }} push-to-registry: true - - uses: elastic/oblt-actions/aws/auth@v1.39.7 + - uses: elastic/oblt-actions/aws/auth@v1.39.8 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.7 + uses: elastic/oblt-actions/slack/notify-result@v1.39.8 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 0aebb12e41..c009249b12 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.7 + uses: elastic/oblt-actions/check-dependent-jobs@v1.39.8 with: jobs: ${{ toJSON(needs) }} - name: Notify in Slack if: steps.check.outputs.status == 'failure' - uses: elastic/oblt-actions/slack/notify-result@v1.39.7 + uses: elastic/oblt-actions/slack/notify-result@v1.39.8 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 f5b46370b7..7b6f7748ec 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.7 + uses: elastic/oblt-actions/check-dependent-jobs@v1.39.8 with: jobs: ${{ toJSON(needs) }} - run: ${{ steps.check.outputs.is-success }} diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index b9d4760a1e..76f9b97b02 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -32,14 +32,14 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: elastic/oblt-actions/updatecli/run@v1.39.7 + - uses: elastic/oblt-actions/updatecli/run@v1.39.8 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.7 + - uses: elastic/oblt-actions/updatecli/run@v1.39.8 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.7 + uses: elastic/oblt-actions/slack/send@v1.39.8 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: "#apm-agent-node"