Skip to content

Commit 616d9ac

Browse files
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 [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). 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) 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) --- updated-dependencies: - dependency-name: elastic/oblt-actions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bae2a2d commit 616d9ac

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
id: bootstrap
4545
uses: ./.github/workflows/bootstrap
4646

47-
- uses: elastic/oblt-actions/google/[email protected].2
47+
- uses: elastic/oblt-actions/google/[email protected].3
4848

49-
- uses: elastic/oblt-actions/oblt-cli/[email protected].2
49+
- uses: elastic/oblt-actions/oblt-cli/[email protected].3
5050
with:
5151
github-token: ${{ secrets.OBLT_CLI_GITHUB_TOKEN }}
5252
cluster-name: ${{ env.SERVERLESS_PROJECT }}

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Release
3030

3131
- name: Generate build provenance
32-
uses: actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1
32+
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
3333
with:
3434
subject-path: "${{ github.workspace }}/${{ env.RELEASE_PACKAGES }}"
3535

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: Release
3636

3737
- name: Generate build provenance
38-
uses: actions/attest-build-provenance@534b352d658f90498fd148d231fdbf88f3886a3a # v1.3.1
38+
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
3939
with:
4040
subject-path: "${{ github.workspace }}/${{ env.RELEASE_PACKAGES }}"
4141

@@ -44,7 +44,7 @@ jobs:
4444
run: dotnet nuget push '${{ env.RELEASE_PACKAGES }}' -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
4545

4646
- if: ${{ success() && github.event_name == 'release' }}
47-
uses: elastic/oblt-actions/slack/[email protected].2
47+
uses: elastic/oblt-actions/slack/[email protected].3
4848
with:
4949
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
5050
channel-id: ${{ env.SLACK_CHANNEL }}
@@ -54,7 +54,7 @@ jobs:
5454
Release URL: (<https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}|${{ github.ref_name }}>)
5555
5656
- if: ${{ failure() && github.event_name == 'release' }}
57-
uses: elastic/oblt-actions/slack/[email protected].2
57+
uses: elastic/oblt-actions/slack/[email protected].3
5858
with:
5959
bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
6060
channel-id: ${{ env.SLACK_CHANNEL }}

0 commit comments

Comments
 (0)