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

chore(deps): bump the github-actions group across 1 directory with 3 updates #363

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps the github-actions group with 3 updates in the / directory: actions/setup-java, actions/upload-artifact and JetBrains/qodana-action.

Updates actions/setup-java from 3 to 4

Release notes

Sourced from actions/setup-java's releases.

v4.0.0

What's Changed

In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-java will run on Node.js 20 instead of Node.js 16.

Breaking changes

Non-breaking changes

New Contributors

Full Changelog: actions/setup-java@v3...v4.0.0

v3.13.0

What's changed

In the scope of this release, support for Dragonwell JDK was added by @​Accelerator1996 in actions/setup-java#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

v3.12.0

... (truncated)

Commits

Updates actions/upload-artifact from 3 to 4

Release notes

Sourced from actions/upload-artifact's releases.

v4.0.0

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.

For more information, please see:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @​actions/artifact documentation.

New Contributors

Full Changelog: actions/upload-artifact@v3...v4.0.0

v3.1.3

What's Changed

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

v3.1.2

  • Update all @actions/* NPM packages to their latest versions- #374
  • Update all dev dependencies to their most recent versions - #375

v3.1.1

  • Update actions/core package to latest version to remove set-output deprecation warning #351

v3.1.0

What's Changed

Commits

Updates JetBrains/qodana-action from 2024.1.8 to 2024.1.9

Release notes

Sourced from JetBrains/qodana-action's releases.

v2024.1.9

Changelog

  • a913367 🧱 Always bump azure-dev to ensure constant publishing (QD-9451)
  • 5436cb0 ⬆️ Bump @​types/node in the npm-development group
  • cef6958 🧱 Fix Gradle project (QD-9459)
  • e82b6cf 📝 Add required docs (QD-9495)
  • 86eb286 🐛 Fix node version incompatibilities for old runners (QD-9488)
  • 607c987 ⚡ Enable darwin support (limited for nightly)
  • c11f536 ⬆️ Bump actions/setup-node in the dependencies group
  • aa51170 ⬆️ Bump the npm-development group with 3 updates
  • 0661dd3 ⬆️ Bump the npm-production group across 1 directory with 3 updates
  • bb67688 🧱 Allow nightly CLI
  • 3b09d12 ⬆️ Bump gradle/wrapper-validation-action
  • 551fa32 ⬆️ Bump the npm-development group across 1 directory with 4 updates
  • c5b8969 ⬆️ Bump @​octokit/rest in the npm-production group
  • 94c715f ⬆️ Bump @​octokit/webhooks from 13.2.8 to 13.3.0
  • 62b2204 ⬆️ Bump @​typescript-eslint/parser from 7.17.0 to 7.18.0
  • 798c90b ⬆️ Bump azure-pipelines-task-lib from 4.13.0 to 4.15.0
  • b1f009c ⬆️ Bump the npm-development group with 3 updates
  • d273417 ⬆️ Bump @​types/node from 20.14.10 to 22.1.0
  • 21595cb 🐛 Limit dependencies list in GitHub commit if it's too large (QD-9677)
  • b15143e ⬆️ Bump @​actions/artifact in the npm-production group
  • 19b560d 🧱 Use Java 8 for the plugin
  • 15519c3 🧱 Fix updater script
  • 999cd87 ⬆️ Update qodana to v2024.1.9
  • c5a69b0 🧱 Update azure-pipelines.yml
Commits
  • c5a69b0 🧱 Update azure-pipelines.yml
  • 999cd87 ⬆️ Update qodana to v2024.1.9
  • 15519c3 🧱 Fix updater script
  • 19b560d 🧱 Use Java 8 for the plugin
  • b15143e ⬆️ Bump @​actions/artifact in the npm-production group
  • 21595cb 🐛 Limit dependencies list in GitHub commit if it's too large (QD-9677)
  • d273417 ⬆️ Bump @​types/node from 20.14.10 to 22.1.0
  • b1f009c ⬆️ Bump the npm-development group with 3 updates
  • 798c90b ⬆️ Bump azure-pipelines-task-lib from 4.13.0 to 4.15.0
  • 62b2204 ⬆️ Bump @​typescript-eslint/parser from 7.17.0 to 7.18.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…updates

Bumps the github-actions group with 3 updates in the / directory: [actions/setup-java](https://github.com/actions/setup-java), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action).


Updates `actions/setup-java` from 3 to 4
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3...v4)

Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

Updates `JetBrains/qodana-action` from 2024.1.8 to 2024.1.9
- [Release notes](https://github.com/jetbrains/qodana-action/releases)
- [Commits](JetBrains/qodana-action@v2024.1.8...v2024.1.9)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: JetBrains/qodana-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Aug 12, 2024
Copy link
Contributor

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

@Roboroads Roboroads merged commit 6fd92b4 into main Sep 9, 2024
6 checks passed
@Roboroads Roboroads deleted the dependabot/github_actions/main/github-actions-0e1b08abb0 branch September 9, 2024 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant