Skip to content

Commit 091383b

Browse files
build(deps): bump the github-actions group across 1 directory with 2 updates (#656)
Bumps the github-actions group with 2 updates in the / directory: [elastic/docs-builder](https://github.com/elastic/docs-builder) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `elastic/docs-builder` from 0.30.5 to 0.32.0 - [Release notes](https://github.com/elastic/docs-builder/releases) - [Commits](elastic/docs-builder@995e6f7...f04de82) Updates `actions/attest-build-provenance` from 2.2.3 to 2.3.0 - [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@c074443...db473fd) --- updated-dependencies: - dependency-name: elastic/docs-builder dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/attest-build-provenance dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor 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 9e5d5d5 commit 091383b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs-cleanup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
docs-preview:
10-
uses: elastic/docs-builder/.github/workflows/preview-cleanup.yml@995e6f7ad5b0b8fd1f6a0b4a4bbc2987d24fa846 # main
10+
uses: elastic/docs-builder/.github/workflows/preview-cleanup.yml@f04de82b8cb6f1400a60ff982478d31e4e1b5ae9 # main
1111
permissions:
1212
contents: none
1313
id-token: write

.github/workflows/release.yml

+3-3
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@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
64+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
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@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
74+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
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@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
80+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
8181
with:
8282
subject-name: ${{ steps.image.outputs.name_2 }}
8383
subject-digest: ${{ steps.image.outputs.digest_2 }}

0 commit comments

Comments
 (0)