Skip to content

Commit 5bc63a7

Browse files
build(deps): bump the github-actions group across 2 directories with 2 updates (#654)
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 0f7705950703dc3abe4eff4f1a08714d479bf393 to 995e6f7ad5b0b8fd1f6a0b4a4bbc2987d24fa846 - [Release notes](https://github.com/elastic/docs-builder/releases) - [Commits](elastic/docs-builder@0f77059...995e6f7) Updates `anchore/sbom-action` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@f325610...9f73021) --- updated-dependencies: - dependency-name: elastic/docs-builder dependency-version: 995e6f7ad5b0b8fd1f6a0b4a4bbc2987d24fa846 dependency-type: direct:production dependency-group: github-actions - dependency-name: anchore/sbom-action dependency-version: 0.19.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 c3a2f07 commit 5bc63a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/bootstrap/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ runs:
2828
# See https://goreleaser.com/blog/supply-chain-security/
2929
- name: installs syft for generating the SBOM with goreleaser
3030
if: "${{ inputs.goreleaser == 'true' }}"
31-
uses: anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
31+
uses: anchore/sbom-action/download-syft@9f7302141466aa6482940f15371237e9d9f4c34a # v0.19.0

.github/workflows/docs-build.yml

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

1010
jobs:
1111
docs-preview:
12-
uses: elastic/docs-builder/.github/workflows/preview-build.yml@0f7705950703dc3abe4eff4f1a08714d479bf393 # main
12+
uses: elastic/docs-builder/.github/workflows/preview-build.yml@995e6f7ad5b0b8fd1f6a0b4a4bbc2987d24fa846 # main
1313
with:
1414
path-pattern: docs/**
1515
permissions:

.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@0f7705950703dc3abe4eff4f1a08714d479bf393 # main
10+
uses: elastic/docs-builder/.github/workflows/preview-cleanup.yml@995e6f7ad5b0b8fd1f6a0b4a4bbc2987d24fa846 # main
1111
permissions:
1212
contents: none
1313
id-token: write

0 commit comments

Comments
 (0)