Skip to content

Commit f939eb6

Browse files
build(deps): update actions/dependency-review-action action to v5 (#31)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/dependency-review-action](https://redirect.github.com/actions/dependency-review-action) | action | major | `v4.9.0` → `v5.0.0` | --- ### Release Notes <details> <summary>actions/dependency-review-action (actions/dependency-review-action)</summary> ### [`v5.0.0`](https://redirect.github.com/actions/dependency-review-action/releases/tag/v5.0.0): 5.0.0 [Compare Source](https://redirect.github.com/actions/dependency-review-action/compare/v4.9.0...v5.0.0) This is a new major version of the Dependency Review Action which updates the runtime to node24. This requires a minimum Actions Runner version [v2.327.1](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) to run. #### What's Changed - Add .github/copilot-instructions.md for Copilot coding agent by [@&#8203;ahpook](https://redirect.github.com/ahpook) in [#&#8203;1067](https://redirect.github.com/actions/dependency-review-action/pull/1067) - Update Node.js runtime from 20 to 24 by [@&#8203;scottschreckengaust](https://redirect.github.com/scottschreckengaust) in [#&#8203;1084](https://redirect.github.com/actions/dependency-review-action/pull/1084) - Bump spdx-license-ids from 3.0.20 to 3.0.23 by [@&#8203;mongolyy](https://redirect.github.com/mongolyy) in [#&#8203;1091](https://redirect.github.com/actions/dependency-review-action/pull/1091) - docs: bump actions/checkout from v4 to v6 in workflow examples by [@&#8203;Marukome0743](https://redirect.github.com/Marukome0743) in [#&#8203;1077](https://redirect.github.com/actions/dependency-review-action/pull/1077) - fix: patched version display for advisories with non-strict semver ranges (e.g. Maven beta versions) by [@&#8203;tspascoal](https://redirect.github.com/tspascoal) in [#&#8203;1076](https://redirect.github.com/actions/dependency-review-action/pull/1076) - Resolve security findings by [@&#8203;AshelyTC](https://redirect.github.com/AshelyTC) in [#&#8203;1094](https://redirect.github.com/actions/dependency-review-action/pull/1094) - v5.0.0 release branch by [@&#8203;ahpook](https://redirect.github.com/ahpook) in [#&#8203;1098](https://redirect.github.com/actions/dependency-review-action/pull/1098) #### New Contributors - [@&#8203;scottschreckengaust](https://redirect.github.com/scottschreckengaust) made their first contribution in [#&#8203;1084](https://redirect.github.com/actions/dependency-review-action/pull/1084) - [@&#8203;mongolyy](https://redirect.github.com/mongolyy) made their first contribution in [#&#8203;1091](https://redirect.github.com/actions/dependency-review-action/pull/1091) - [@&#8203;Marukome0743](https://redirect.github.com/Marukome0743) made their first contribution in [#&#8203;1077](https://redirect.github.com/actions/dependency-review-action/pull/1077) **Full Changelog**: <actions/dependency-review-action@v4.9.0...v5.0.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-krb5/x). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE3My42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 967601a commit f939eb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
persist-credentials: false
2424
- name: 'Dependency Review'
25-
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
25+
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0

0 commit comments

Comments
 (0)