Skip to content

build(deps): bump the github-actions group across 1 directory with 2 updates #656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 4, 2025

Bumps the github-actions group with 2 updates in the / directory: elastic/docs-builder and actions/attest-build-provenance.

Updates elastic/docs-builder from 0.30.5 to 0.32.0

Release notes

Sourced from elastic/docs-builder's releases.

docs-builder 0.32.0

✨ Features

🐛 Bug Fixes

⚙️ Automation

Full Changelog: elastic/docs-builder@0.31.1...0.32.0

docs-builder 0.31.1

🧰 Maintenance

⚙️ Automation

Full Changelog: elastic/docs-builder@0.31.0...0.31.1

docs-builder 0.31.0

✨ Features

🧰 Maintenance

⚙️ Automation

Full Changelog: elastic/docs-builder@0.30.6...0.31.0

docs-builder 0.30.6

📝 Documentation

... (truncated)

Commits

Updates actions/attest-build-provenance from 2.2.3 to 2.3.0

Release notes

Sourced from actions/attest-build-provenance's releases.

v2.3.0

What's Changed

Full Changelog: actions/attest-build-provenance@v2.2.3...v2.3.0

Commits
  • db473fd bump actions/attest from 2.2.1 to 2.3.0 (#615)
  • d3b713a Bump the actions-minor group with 2 updates (#566)
  • e042adb Bump the npm-development group with 4 updates (#567)
  • 9d3beef Bump the npm-development group with 4 updates (#554)
  • 877f50d Bump typescript-eslint in the npm-development group (#516)
  • b7ab740 Bump the npm-development group across 1 directory with 6 updates (#506)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team May 4, 2025 22:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 4, 2025
@github-actions github-actions bot added aws-λ-extension AWS Lambda Extension community Issues and PRs created by the community triage Issues and PRs that need to be triaged labels May 4, 2025
@rockdaboot
Copy link
Contributor

This possibly requires a fix in elastic/docs-builder main, see here

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-d1cf6911bd branch from bb46452 to 4981b52 Compare May 5, 2025 06:45
@dmathieu
Copy link
Member

dmathieu commented May 5, 2025

@dependabot rebase

…updates

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]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-d1cf6911bd branch from 4981b52 to 983ec1d Compare May 5, 2025 07:42
@@ -7,7 +7,7 @@ on:

jobs:
docs-preview:
uses: elastic/docs-builder/.github/workflows/preview-cleanup.yml@995e6f7ad5b0b8fd1f6a0b4a4bbc2987d24fa846 # main
uses: elastic/docs-builder/.github/workflows/preview-cleanup.yml@f04de82b8cb6f1400a60ff982478d31e4e1b5ae9 # main
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend using main instead, cc @reakaleek

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @v1v,

As of now, main is the best supported.

We are working towards a v1 release.

@rockdaboot
Copy link
Contributor

Thank you, @reakaleek and also @v1v

@rockdaboot rockdaboot merged commit 091383b into main May 5, 2025
9 checks passed
@rockdaboot rockdaboot deleted the dependabot/github_actions/github-actions-d1cf6911bd branch May 5, 2025 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws-λ-extension AWS Lambda Extension community Issues and PRs created by the community dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code triage Issues and PRs that need to be triaged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants