[PR #9811] chore(deps): update ci dependencies #12233

Closed
opened 2026-02-07 06:52:20 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9811

State: closed
Merged: Yes


Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-dotnet action minor v3.0.3 -> v3.1.0
github/codeql-action action patch v2.3.3 -> v2.3.4

Release Notes

actions/setup-dotnet

v3.1.0

Compare Source

What's Changed

This minor release includes the following new features:

- uses: actions/setup-dotnet@v3
  with:
    dotnet-version: '7.0.2xx'

More details about the new syntax can be found here.

It also contains several infrastructure changes:

New Contributors

Full Changelog: https://github.com/actions/setup-dotnet/compare/v3...v3.1.0

github/codeql-action

v2.3.4

Compare Source


Configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/9811 **State:** closed **Merged:** Yes --- [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-dotnet](https://togithub.com/actions/setup-dotnet) | action | minor | `v3.0.3` -> `v3.1.0` | | [github/codeql-action](https://togithub.com/github/codeql-action) | action | patch | `v2.3.3` -> `v2.3.4` | --- ### Release Notes <details> <summary>actions/setup-dotnet</summary> ### [`v3.1.0`](https://togithub.com/actions/setup-dotnet/releases/tag/v3.1.0) [Compare Source](https://togithub.com/actions/setup-dotnet/compare/v3.0.3...v3.1.0) ##### What's Changed This minor release includes the following new **features**: - The latest patch syntax was added in [https://github.com/actions/setup-dotnet/pull/428](https://togithub.com/actions/setup-dotnet/pull/428) by [@&#8203;IvanZosimov](https://togithub.com/IvanZosimov) ```yml - uses: actions/setup-dotnet@v3 with: dotnet-version: '7.0.2xx' ``` More details about the new syntax can be found [here](https://togithub.com/actions/setup-dotnet#supported-version-syntax). - The `global-json-file` input was updated to accept absolute paths in [https://github.com/actions/setup-dotnet/pull/396](https://togithub.com/actions/setup-dotnet/pull/396) by [@&#8203;othmane-kinane-nw](https://togithub.com/othmane-kinane-nw) - Error messages were made more informative in [https://github.com/actions/setup-dotnet/pull/375](https://togithub.com/actions/setup-dotnet/pull/375) by [@&#8203;IvanZosimov](https://togithub.com/IvanZosimov) - Notification if the `global.json` was not found in the root directory was added in [https://github.com/actions/setup-dotnet/pull/344](https://togithub.com/actions/setup-dotnet/pull/344) by [@&#8203;teo-tsirpanis](https://togithub.com/teo-tsirpanis) It also contains several **infrastructure changes**: - Update to latest `actions/publish-action` by [@&#8203;JamesMGreene](https://togithub.com/JamesMGreene) in [https://github.com/actions/setup-dotnet/pull/348](https://togithub.com/actions/setup-dotnet/pull/348) - Update version of publish-action by [@&#8203;MaksimZhukov](https://togithub.com/MaksimZhukov) in [https://github.com/actions/setup-dotnet/pull/368](https://togithub.com/actions/setup-dotnet/pull/368) - Update action to use reusable workflows by [@&#8203;IvanZosimov](https://togithub.com/IvanZosimov) in [https://github.com/actions/setup-dotnet/pull/358](https://togithub.com/actions/setup-dotnet/pull/358) - Update workflow badges by [@&#8203;IvanZosimov](https://togithub.com/IvanZosimov) in [https://github.com/actions/setup-dotnet/pull/377](https://togithub.com/actions/setup-dotnet/pull/377) - Add and configure ESLint and update configuration for Prettier by [@&#8203;IvanZosimov](https://togithub.com/IvanZosimov) in [https://github.com/actions/setup-dotnet/pull/391](https://togithub.com/actions/setup-dotnet/pull/391) - Turn on automatic update of ESLint and Prettier configuration files by [@&#8203;IvanZosimov](https://togithub.com/IvanZosimov) in [https://github.com/actions/setup-dotnet/pull/395](https://togithub.com/actions/setup-dotnet/pull/395) - Update e2e tests and e2e test infrastructure by [@&#8203;IvanZosimov](https://togithub.com/IvanZosimov) in [https://github.com/actions/setup-dotnet/pull/414](https://togithub.com/actions/setup-dotnet/pull/414) - Refactor and update unit-tests by [@&#8203;IvanZosimov](https://togithub.com/IvanZosimov) in [https://github.com/actions/setup-dotnet/pull/418](https://togithub.com/actions/setup-dotnet/pull/418) - Increase amount of retries for Dotnet installation scripts tests by [@&#8203;nikolai-laevskii](https://togithub.com/nikolai-laevskii) in [https://github.com/actions/setup-dotnet/pull/427](https://togithub.com/actions/setup-dotnet/pull/427) ##### New Contributors - [@&#8203;teo-tsirpanis](https://togithub.com/teo-tsirpanis) made their first contribution in [https://github.com/actions/setup-dotnet/pull/344](https://togithub.com/actions/setup-dotnet/pull/344) - [@&#8203;JamesMGreene](https://togithub.com/JamesMGreene) made their first contribution in [https://github.com/actions/setup-dotnet/pull/348](https://togithub.com/actions/setup-dotnet/pull/348) - [@&#8203;othmane-kinane-nw](https://togithub.com/othmane-kinane-nw) made their first contribution in [https://github.com/actions/setup-dotnet/pull/396](https://togithub.com/actions/setup-dotnet/pull/396) - [@&#8203;nikolai-laevskii](https://togithub.com/nikolai-laevskii) made their first contribution in [https://github.com/actions/setup-dotnet/pull/427](https://togithub.com/actions/setup-dotnet/pull/427) **Full Changelog**: https://github.com/actions/setup-dotnet/compare/v3...v3.1.0 </details> <details> <summary>github/codeql-action</summary> ### [`v2.3.4`](https://togithub.com/github/codeql-action/compare/v2.3.3...v2.3.4) [Compare Source](https://togithub.com/github/codeql-action/compare/v2.3.3...v2.3.4) </details> --- ### Configuration 📅 **Schedule**: 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/jellyfin/jellyfin). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC40IiwidXBkYXRlZEluVmVyIjoiMzUuOTguNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
OVERLORD added the pull-request label 2026-02-07 06:52:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12233