From 8f14024993c19d7b302cbce520c6f12045c91d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:46:16 +0000 Subject: [PATCH] build(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [elastic/oblt-actions](https://github.com/elastic/oblt-actions). Updates `actions/attest-build-provenance` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/534b352d658f90498fd148d231fdbf88f3886a3a...bdd51370e0416ac948727f861e03c2f05d32d78e) Updates `elastic/oblt-actions` from 1.9.2 to 1.9.3 - [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.9.2...v1.9.3) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: elastic/oblt-actions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 10 +++++----- .github/workflows/smoke-tests.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fdf0228..636e291c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: retention-days: 5 - name: generate build provenance (binaries) - uses: actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1 + uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2 with: subject-path: "${{ github.workspace }}/dist/*.*" @@ -71,13 +71,13 @@ jobs: run: .ci/get-docker-provenance.sh - name: generate build provenance (containers x86_64) - uses: actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1 + uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2 with: subject-name: ${{ steps.image.outputs.name_1 }} subject-digest: ${{ steps.image.outputs.digest_1 }} - name: generate build provenance (containers arm64) - uses: actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1 + uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2 with: subject-name: ${{ steps.image.outputs.name_2 }} subject-digest: ${{ steps.image.outputs.digest_2 }} @@ -89,7 +89,7 @@ jobs: VERSION: ${{ github.ref_name }} - if: ${{ success() }} - uses: elastic/oblt-actions/slack/send@v1.9.2 + uses: elastic/oblt-actions/slack/send@v1.9.3 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: "#apm-aws-lambda" @@ -98,7 +98,7 @@ jobs: Build: (<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>) - if: ${{ failure() }} - uses: elastic/oblt-actions/slack/send@v1.9.2 + uses: elastic/oblt-actions/slack/send@v1.9.3 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: "#apm-aws-lambda" diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 3996b735..1d898250 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -49,7 +49,7 @@ jobs: run: make smoketest/all/cleanup TEST_DIR=./tf - if: always() - uses: elastic/oblt-actions/slack/notify-result@v1.9.2 + uses: elastic/oblt-actions/slack/notify-result@v1.9.3 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: "#apm-aws-lambda"