Skip to content
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

Update CI dependencies #1190

Merged
merged 1 commit into from
Sep 30, 2023
Merged

Update CI dependencies #1190

merged 1 commit into from
Sep 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v4.0.0 -> v4.1.0
actions/setup-java action minor v3.12.0 -> v3.13.0
actions/upload-artifact action patch v3.1.2 -> v3.1.3
github/codeql-action action patch v2.21.5 -> v2.21.9
gradle/gradle-build-action action patch v2.8.0 -> v2.8.1

Release Notes

actions/checkout (actions/checkout)

v4.1.0

Compare Source

actions/setup-java (actions/setup-java)

v3.13.0

Compare Source

What's changed

In the scope of this release, support for Dragonwell JDK was added by @​Accelerator1996 in https://github.com/actions/setup-java/pull/532

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: 'dragonwell'
     java-version: '17'

Several inaccuracies were also fixed:

New Contributors

Full Changelog: actions/setup-java@v3...v3.13.0

actions/upload-artifact (actions/upload-artifact)

v3.1.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v3...v3.1.3

github/codeql-action (github/codeql-action)

v2.21.9

Compare Source

v2.21.8

Compare Source

v2.21.7

Compare Source

v2.21.6

Compare Source

gradle/gradle-build-action (gradle/gradle-build-action)

v2.8.1

Compare Source

Fixes an issue that prevented Dependency Graph submission when running on GitHub Enterprise Server.

Fixes
  • Incorrect endpoint used to submit Dependency Graph on GitHub Enterprise #​885
Changelog

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.

@renovate renovate bot added ci CI related pull requests or issues dependencies Pull requests that update dependencies github-actions Pull requests that update or change GitHub Actions labels Sep 6, 2023
@jellyfin-bot jellyfin-bot added this to the v2.6.0 milestone Sep 6, 2023
@renovate renovate bot changed the title Update actions/upload-artifact action to v3.1.3 Update CI dependencies Sep 13, 2023
@renovate renovate bot force-pushed the renovate/ci-deps branch 4 times, most recently from 7ae55e1 to e3de34a Compare September 20, 2023 14:55
@renovate renovate bot force-pushed the renovate/ci-deps branch 3 times, most recently from 69b9363 to 514a43e Compare September 27, 2023 15:55
@renovate renovate bot force-pushed the renovate/ci-deps branch from 514a43e to 463cf95 Compare September 29, 2023 22:48
@renovate renovate bot force-pushed the renovate/ci-deps branch from 463cf95 to ae3bda6 Compare September 30, 2023 03:24
@Maxr1998 Maxr1998 merged commit 346abab into master Sep 30, 2023
8 checks passed
@Maxr1998 Maxr1998 deleted the renovate/ci-deps branch September 30, 2023 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci CI related pull requests or issues dependencies Pull requests that update dependencies github-actions Pull requests that update or change GitHub Actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants