Skip to content

Commit

Permalink
build(deps): bump the github-actions group with 2 updates (#487)
Browse files Browse the repository at this point in the history
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.2.0 to 1.3.1
- [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@49df96e...534b352)

Updates `elastic/oblt-actions` from 1.9.1 to 1.9.2
- [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.1...v1.9.2)

---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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>
  • Loading branch information
dependabot[bot] authored Jun 16, 2024
1 parent bce674b commit e0188ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
retention-days: 5

- name: generate build provenance (binaries)
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
uses: actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1
with:
subject-path: "${{ github.workspace }}/dist/*.*"

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

- name: generate build provenance (containers x86_64)
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
uses: actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1
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@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
uses: actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1
with:
subject-name: ${{ steps.image.outputs.name_2 }}
subject-digest: ${{ steps.image.outputs.digest_2 }}
Expand All @@ -89,7 +89,7 @@ jobs:
VERSION: ${{ github.ref_name }}

- if: ${{ success() }}
uses: elastic/oblt-actions/slack/[email protected].1
uses: elastic/oblt-actions/slack/[email protected].2
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: "#apm-aws-lambda"
Expand All @@ -98,7 +98,7 @@ jobs:
Build: (<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>)
- if: ${{ failure() }}
uses: elastic/oblt-actions/slack/[email protected].1
uses: elastic/oblt-actions/slack/[email protected].2
with:
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: "#apm-aws-lambda"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: make smoketest/all/cleanup TEST_DIR=./tf

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

0 comments on commit e0188ae

Please sign in to comment.