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 #152

Merged
merged 1 commit into from
Sep 30, 2023
Merged

⬆️ Update CI dependencies #152

merged 1 commit into from
Sep 30, 2023

Conversation

Maxr1998-bot
Copy link
Collaborator

@Maxr1998-bot Maxr1998-bot commented Sep 13, 2023

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
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

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 Renovate Bot.

@Maxr1998-bot Maxr1998-bot added dependencies Pull requests that update dependencies github-actions Pull requests that update or change GitHub Actions labels Sep 13, 2023
@Maxr1998-bot Maxr1998-bot changed the title ⬆️ Update github/codeql-action action to v2.21.6 ⬆️ Update github/codeql-action action to v2.21.7 Sep 14, 2023
@Maxr1998-bot Maxr1998-bot changed the title ⬆️ Update github/codeql-action action to v2.21.7 ⬆️ Update github/codeql-action action to v2.21.8 Sep 19, 2023
@Maxr1998-bot Maxr1998-bot changed the title ⬆️ Update github/codeql-action action to v2.21.8 ⬆️ Update CI dependencies Sep 20, 2023
@Maxr1998-bot Maxr1998-bot force-pushed the renovate/ci-deps branch 3 times, most recently from ef68058 to e8960f8 Compare September 25, 2023 14:51
@Maxr1998-bot Maxr1998-bot force-pushed the renovate/ci-deps branch 2 times, most recently from 3f44ad2 to 0a6bad4 Compare September 29, 2023 21:06
@Maxr1998 Maxr1998 merged commit c34d2a3 into master Sep 30, 2023
6 checks passed
@Maxr1998 Maxr1998 deleted the renovate/ci-deps branch September 30, 2023 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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