From df3990faba64f268a7cf1505ddef88aff3095cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 22:35:55 +0000 Subject: [PATCH 1/3] build(deps): bump the github-actions group across 2 directories with 2 updates Bumps the github-actions group with 1 update in the / directory: [elastic/docs-builder](https://github.com/elastic/docs-builder). Bumps the github-actions group with 1 update in the /.github/actions/bootstrap directory: [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `elastic/docs-builder` from 0.34.1 to 0.35.0 - [Release notes](https://github.com/elastic/docs-builder/releases) - [Commits](https://github.com/elastic/docs-builder/compare/b133c9db88bc1d1bd83464bd6e275b010601f7af...0c267f91cb72b20619f68e348b1afd50f4c7f358) Updates `anchore/sbom-action` from 0.19.0 to 0.20.0 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/sbom-action/compare/9f7302141466aa6482940f15371237e9d9f4c34a...e11c554f704a0b820cbf8c51673f6945e0731532) --- updated-dependencies: - dependency-name: elastic/docs-builder dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: anchore/sbom-action dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/actions/bootstrap/action.yml | 2 +- .github/workflows/docs-build.yml | 2 +- .github/workflows/docs-cleanup.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/bootstrap/action.yml b/.github/actions/bootstrap/action.yml index e3b75682..e9b23c24 100644 --- a/.github/actions/bootstrap/action.yml +++ b/.github/actions/bootstrap/action.yml @@ -28,4 +28,4 @@ runs: # See https://goreleaser.com/blog/supply-chain-security/ - name: installs syft for generating the SBOM with goreleaser if: "${{ inputs.goreleaser == 'true' }}" - uses: anchore/sbom-action/download-syft@9f7302141466aa6482940f15371237e9d9f4c34a # v0.19.0 + uses: anchore/sbom-action/download-syft@e11c554f704a0b820cbf8c51673f6945e0731532 # v0.20.0 diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index cfaa0e60..c745a1b3 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -9,7 +9,7 @@ on: jobs: docs-preview: - uses: elastic/docs-builder/.github/workflows/preview-build.yml@b133c9db88bc1d1bd83464bd6e275b010601f7af # 0.34.1 + uses: elastic/docs-builder/.github/workflows/preview-build.yml@0c267f91cb72b20619f68e348b1afd50f4c7f358 # 0.35.0 with: path-pattern: docs/** permissions: diff --git a/.github/workflows/docs-cleanup.yml b/.github/workflows/docs-cleanup.yml index a5ee7237..b1560201 100644 --- a/.github/workflows/docs-cleanup.yml +++ b/.github/workflows/docs-cleanup.yml @@ -7,7 +7,7 @@ on: jobs: docs-preview: - uses: elastic/docs-builder/.github/workflows/preview-cleanup.yml@b133c9db88bc1d1bd83464bd6e275b010601f7af # main + uses: elastic/docs-builder/.github/workflows/preview-cleanup.yml@0c267f91cb72b20619f68e348b1afd50f4c7f358 # main permissions: contents: none id-token: write From 0ebebfa9733a02b20f5adf8d669777472515d664 Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Mon, 19 May 2025 00:59:12 +0200 Subject: [PATCH 2/3] Update docs-build.yml --- .github/workflows/docs-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index c745a1b3..bb466166 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -9,7 +9,7 @@ on: jobs: docs-preview: - uses: elastic/docs-builder/.github/workflows/preview-build.yml@0c267f91cb72b20619f68e348b1afd50f4c7f358 # 0.35.0 + uses: elastic/docs-builder/.github/workflows/preview-build.yml@main with: path-pattern: docs/** permissions: From dc582a4f53b4d3cc0b5619c0eaf2a430d32e1814 Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Mon, 19 May 2025 00:59:26 +0200 Subject: [PATCH 3/3] Update docs-cleanup.yml --- .github/workflows/docs-cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-cleanup.yml b/.github/workflows/docs-cleanup.yml index b1560201..f83e017b 100644 --- a/.github/workflows/docs-cleanup.yml +++ b/.github/workflows/docs-cleanup.yml @@ -7,7 +7,7 @@ on: jobs: docs-preview: - uses: elastic/docs-builder/.github/workflows/preview-cleanup.yml@0c267f91cb72b20619f68e348b1afd50f4c7f358 # main + uses: elastic/docs-builder/.github/workflows/preview-cleanup.yml@main permissions: contents: none id-token: write