Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates (#113)
Browse files Browse the repository at this point in the history
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)
Updates `actions/attest-build-provenance` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent bae2a2d commit 8526dff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
id: bootstrap
uses: ./.github/workflows/bootstrap

- uses: elastic/oblt-actions/google/auth@v1.9.2
- uses: elastic/oblt-actions/google/auth@v1.9.3

- uses: elastic/oblt-actions/oblt-cli/cluster-credentials@v1.9.2
- uses: elastic/oblt-actions/oblt-cli/cluster-credentials@v1.9.3
with:
github-token: ${{ secrets.OBLT_CLI_GITHUB_TOKEN }}
cluster-name: ${{ env.SERVERLESS_PROJECT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Release

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

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: Release

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

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

- if: ${{ success() && github.event_name == 'release' }}
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: ${{ env.SLACK_CHANNEL }}
Expand All @@ -54,7 +54,7 @@ jobs:
Release URL: (<https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}|${{ github.ref_name }}>)
- if: ${{ failure() && github.event_name == 'release' }}
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: ${{ env.SLACK_CHANNEL }}
Expand Down

0 comments on commit 8526dff

Please sign in to comment.