Update github actions - #3088
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates pinned GitHub Actions and reusable shared workflows used by this repository’s CI/security automation, and refreshes the Python toolchain version used by workflow-run scripts.
Changes:
- Bump
open-telemetry/shared-workflowsreusable workflow references fromv0.7.0tov0.12.0(pinned by commit SHA). - Update several GitHub Actions pins (e.g.,
actions/checkout,actions/setup-node,actions/create-github-app-token,github/codeql-action). - Update workflow Python version from
3.11to3.14for release-notes/script jobs.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/zizmor.yml | Bumps shared zizmor reusable workflow pin to v0.12.0. |
| .github/workflows/sonatype-guide-dependency-audit-daily.yml | Bumps shared failure-notification reusable workflow pin to v0.12.0. |
| .github/workflows/reusable-lint.yml | Updates jdx/mise-action pin to v4.3.0. |
| .github/workflows/ossf-scorecard.yml | Bumps shared scorecard + failure-notification workflow pins to v0.12.0. |
| .github/workflows/issue-management-stale-action.yml | Bumps shared failure-notification workflow pin to v0.12.0. |
| .github/workflows/fossa.yml | Bumps shared failure-notification workflow pin to v0.12.0. |
| .github/workflows/draft-release-notes.yml | Updates checkout, setup-node, create-github-app-token, and sets Python to 3.14. |
| .github/workflows/dependency-submission.yml | Bumps shared failure-notification workflow pin to v0.12.0. |
| .github/workflows/codeql.yml | Updates CodeQL action pins and bumps shared failure-notification workflow pin to v0.12.0. |
| .github/workflows/build-daily.yml | Bumps shared failure-notification workflow pin to v0.12.0. |
| .github/workflows/build-common.yml | Sets Python to 3.14 for workflow-run Python scripts. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
laurit
approved these changes
Sep 1, 2026
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v6.0.2→v6.1.0v3.1.1→v3.2.0v6.4.0→v6.5.0v4.37.7→v4.37.9v4.2.5→v4.3.0v0.7.0→v0.12.03.11→3.14Release Notes
actions/checkout (actions/checkout)
v6.1.0Compare Source
v6.0.3Compare Source
actions/create-github-app-token (actions/create-github-app-token)
v3.2.0Compare Source
Features
repositoriesinput (#372) (85eb8dd)Bug Fixes
actions/setup-node (actions/setup-node)
v6.5.0Compare Source
What's Changed
Full Changelog: actions/setup-node@v6.4.0...v6.5.0
github/codeql-action (github/codeql-action)
v4.37.9Compare Source
v4.37.8Compare Source
No user facing changes.
jdx/mise-action (jdx/mise-action)
v4.3.0: : Install age-filtered mise releasesCompare Source
A small release that adds an opt-in way to hold back from installing brand-new mise releases.
Added
minimum_release_ageinput (#604 by @jdx)When
versionis omitted, you can now setminimum_release_ageto install the newest stable, non-draft mise release that is older than a given cutoff — a simple way to avoid picking up a mise release the moment it ships (closes #603).It accepts relative durations (
24h,7d,6mo,1y) as well as absolute ISO dates and timestamps. Age-filtered versions are resolved from the GitHub Releases API (the CDN only serves the latest binary) and downloaded by their exact version. If mise is already present on disk, an age-filtered run updates it to the resolved version rather than keeping the existing binary. An explicitversionalways takes precedence overminimum_release_age, and invalid dates fail fast.Full Changelog: jdx/mise-action@v4.2.5...v4.3.0
open-telemetry/shared-workflows (open-telemetry/shared-workflows)
v0.12.0Compare Source
What's Changed
New Contributors
Full Changelog: open-telemetry/shared-workflows@v0.11.0...v0.12.0
v0.11.0Compare Source
What's Changed
Full Changelog: open-telemetry/shared-workflows@v0.10.0...v0.11.0
v0.10.0Compare Source
What's Changed
Full Changelog: open-telemetry/shared-workflows@v0.9.0...v0.10.0
v0.9.0Compare Source
What's Changed
Full Changelog: open-telemetry/shared-workflows@v0.8.0...v0.9.0
v0.8.0Compare Source
What's Changed
New Contributors
Full Changelog: open-telemetry/shared-workflows@v0.7.0...v0.8.0
actions/python-versions (python)
v3.14.7: 3.14.7Compare Source
Python 3.14.7
v3.14.6: 3.14.6Compare Source
Python 3.14.6
v3.14.5: 3.14.5Compare Source
Python 3.14.5
v3.14.4: 3.14.4Compare Source
Python 3.14.4
v3.14.3: 3.14.3Compare Source
Python 3.14.3
v3.14.2: 3.14.2Compare Source
Python 3.14.2
v3.14.1: 3.14.1Compare Source
Python 3.14.1
v3.14.0: 3.14.0Compare Source
Python 3.14.0
v3.13.15: 3.13.15Compare Source
Python 3.13.15
v3.13.14: 3.13.14Compare Source
Python 3.13.14
v3.13.13: 3.13.13Compare Source
Python 3.13.13
v3.13.12: 3.13.12Compare Source
Python 3.13.12
v3.13.11: 3.13.11Compare Source
Python 3.13.11
v3.13.10: 3.13.10Compare Source
Python 3.13.10
v3.13.9: 3.13.9Compare Source
Python 3.13.9
v3.13.8: 3.13.8Compare Source
Python 3.13.8
v3.13.7: 3.13.7Compare Source
Python 3.13.7
v3.13.6: 3.13.6Compare Source
Python 3.13.6
v3.13.5: 3.13.5Compare Source
Python 3.13.5
v3.13.4: 3.13.4Compare Source
Python 3.13.4
v3.13.3: 3.13.3Compare Source
Python 3.13.3
v3.13.2: 3.13.2Compare Source
Python 3.13.2
v3.13.1: 3.13.1Compare Source
Python 3.13.1
v3.13.0: 3.13.0Compare Source
Python 3.13.0
v3.12.14: 3.12.14Compare Source
Python 3.12.14
v3.12.13: 3.12.13Compare Source
Python 3.12.13
v3.12.12: 3.12.12Compare Source
Python 3.12.12
v3.12.11: 3.12.11Compare Source
Python 3.12.11
v3.12.10: 3.12.10Compare Source
Python 3.12.10
v3.12.9: 3.12.9Compare Source
Python 3.12.9
v3.12.8: 3.12.8Compare Source
Python 3.12.8
v3.12.7: 3.12.7Compare Source
Python 3.12.7
v3.12.6: 3.12.6Compare Source
Python 3.12.6
v3.12.5: 3.12.5Compare Source
Python 3.12.5
v3.12.4: 3.12.4Compare Source
Python 3.12.4
v3.12.3: 3.12.3Compare Source
Python 3.12.3
v3.12.2: 3.12.2Compare Source
Python 3.12.2
v3.12.1: 3.12.1Compare Source
Python 3.12.1
v3.12.0: 3.12.0Compare Source
Python 3.12.0
Configuration
📅 Schedule: (UTC)
* 0-7 * * 2)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.