Skip to content

Commit 162895f

Browse files
build(deps): bump the github-actions group with 2 updates (#494)
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](actions/attest-build-provenance@534b352...bdd5137) 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](elastic/oblt-actions@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aef4b04 commit 162895f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
retention-days: 5
6262

6363
- name: generate build provenance (binaries)
64-
uses: actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1
64+
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
6565
with:
6666
subject-path: "${{ github.workspace }}/dist/*.*"
6767

@@ -71,13 +71,13 @@ jobs:
7171
run: .ci/get-docker-provenance.sh
7272

7373
- name: generate build provenance (containers x86_64)
74-
uses: actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1
74+
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
7575
with:
7676
subject-name: ${{ steps.image.outputs.name_1 }}
7777
subject-digest: ${{ steps.image.outputs.digest_1 }}
7878

7979
- name: generate build provenance (containers arm64)
80-
uses: actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1
80+
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
8181
with:
8282
subject-name: ${{ steps.image.outputs.name_2 }}
8383
subject-digest: ${{ steps.image.outputs.digest_2 }}
@@ -89,7 +89,7 @@ jobs:
8989
VERSION: ${{ github.ref_name }}
9090

9191
- if: ${{ success() }}
92-
uses: elastic/oblt-actions/slack/[email protected].2
92+
uses: elastic/oblt-actions/slack/[email protected].3
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/[email protected].2
101+
uses: elastic/oblt-actions/slack/[email protected].3
102102
with:
103103
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
104104
channel-id: "#apm-aws-lambda"

.github/workflows/smoke-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: make smoketest/all/cleanup TEST_DIR=./tf
5050

5151
- if: always()
52-
uses: elastic/oblt-actions/slack/[email protected].2
52+
uses: elastic/oblt-actions/slack/[email protected].3
5353
with:
5454
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
5555
channel-id: "#apm-aws-lambda"

0 commit comments

Comments
 (0)