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

⬆️ Bump the dependencies group with 1 update #241

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps the dependencies group with 1 update: actions/setup-java.

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
  • 387ac29 Upgrade Node to v20 (#558)
  • 9eda6b5 feat: implement cache-dependency-path option to control caching dependency (#...
  • 78078da Update @​actions/cache dependency and documentation (#549)
  • 5caaba6 add support for microsoft openjdk 21.0.0 (#546)
  • See full diff in compare view

Dependabot compatibility score

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

Bumps the dependencies group with 1 update: [actions/setup-java](https://github.com/actions/setup-java).

- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Dec 4, 2023
Copy link

github-actions bot commented Dec 4, 2023

Qodana 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

Dependencies licenses

Third-party software list

This page lists the third-party software dependencies used in qodana

Dependency Version Licenses
@actions/artifact 1.1.2 MIT
@actions/cache 3.2.2 MIT
@actions/core 1.10.1 MIT
@actions/exec 1.1.1 MIT
@actions/github 5.1.1 MIT
@actions/glob 0.1.2 MIT
@actions/http-client 2.2.0 MIT
@actions/io 1.1.3 MIT
@actions/tool-cache 2.0.1 MIT
@azure/abort-controller 1.1.0 MIT
@azure/core-auth 1.5.0 MIT
@azure/core-http 3.0.3 MIT
@azure/core-lro 2.5.4 MIT
@azure/core-paging 1.5.0 MIT
@azure/core-tracing 1.0.0-preview.13 MIT
@azure/core-util 1.5.0 MIT
@azure/logger 1.0.4 MIT
@azure/ms-rest-js 2.7.0 MIT
@azure/storage-blob 12.16.0 MIT
@fastify/busboy 2.0.0 MIT
@octokit/auth-token 2.5.0 MIT
@octokit/auth-token 4.0.0 MIT
@octokit/core 3.6.0 MIT
@octokit/core 5.0.1 MIT
@octokit/graphql 4.8.0 MIT
@octokit/graphql 7.0.2 MIT
@octokit/plugin-paginate-rest 2.21.3 MIT
@octokit/plugin-paginate-rest 9.1.4 MIT
@octokit/plugin-request-log 4.0.0 MIT
@octokit/plugin-rest-endpoint-methods 10.2.0 MIT
@octokit/plugin-rest-endpoint-methods 5.16.2 MIT
@octokit/request-error 2.1.0 MIT
@octokit/request-error 5.0.1 MIT
@octokit/request 5.6.3 MIT
@octokit/request 8.1.3 MIT
@octokit/rest 20.0.2 MIT
@octokit/types 12.3.0 MIT
@octokit/types 6.41.0 MIT
@octokit/webhooks-methods 4.0.0 MIT
@octokit/webhooks-types 7.1.0 MIT
@octokit/webhooks 12.0.8 MIT
@qodana/action 1.0.0 Apache-2.0
@qodana/ci-common 1.0.0 Apache-2.0
@qodana/vsts 1.0.0 Apache-2.0
@types/node-fetch 2.6.6 MIT
@types/node 16.18.57 MIT
@types/node 20.10.1 MIT
@types/sarif 2.1.7 MIT
@types/tunnel 0.0.3 MIT
abort-controller 3.0.0 MIT
adm-zip 0.5.10 MIT
agent-base 6.0.2 MIT
aggregate-error 3.1.0 MIT
argparse 1.0.10 MIT
asynckit 0.4.0 MIT
azure-pipelines-task-lib 4.7.0 MIT
azure-pipelines-tasks-utility-common 3.230.0 MIT
azure-pipelines-tool-lib 2.0.7 MIT
balanced-match 1.0.2 MIT
before-after-hook 2.2.3 Apache-2.0
bindings 1.5.0 MIT
brace-expansion 1.1.11 MIT
clean-stack 2.2.0 MIT
combined-stream 1.0.8 MIT
concat-map 0.0.1 MIT
deasync 0.1.28 MIT
debug 4.3.4 MIT
delayed-stream 1.0.0 MIT
deprecation 2.3.1 ISC
esprima 4.0.1 BSD-2-Clause
event-target-shim 5.0.1 MIT
events 3.3.0 MIT
file-uri-to-path 1.0.0 MIT
follow-redirects 1.15.3 MIT
form-data 2.5.1 MIT
form-data 4.0.0 MIT
fs.realpath 1.0.0 ISC
glob 7.2.3 ISC
has 1.0.4 MIT
https-proxy-agent 5.0.1 MIT
indent-string 4.0.0 MIT
inflight 1.0.6 ISC
inherits 2.0.4 ISC
interpret 1.4.0 MIT
is-core-module 2.13.0 MIT
js-yaml 3.13.1 MIT
mime-db 1.52.0 MIT
mime-types 2.1.35 MIT
minimatch 3.0.5 ISC
minimatch 3.1.2 ISC
node-addon-api 1.7.2 MIT
node-fetch 2.7.0 MIT
nodejs-file-downloader 4.12.1 ISC
once 1.4.0 ISC
path-is-absolute 1.0.1 MIT
path-parse 1.0.7 MIT
process 0.11.10 MIT
q 1.5.1 MIT
rechoir 0.6.2 MIT
resolve 1.22.6 MIT
sanitize-filename 1.6.3 FPL
ISC
WTFPL
sax 1.3.0 ISC
semver 5.7.2 ISC
semver 6.3.1 ISC
shelljs 0.8.5 BSD-3-Clause
sprintf-js 1.0.3 BSD-3-Clause
supports-preserve-symlinks-flag 1.0.0 MIT
tmp-promise 3.0.3 MIT
tmp 0.2.1 MIT
tr46 0.0.3 MIT
truncate-utf8-bytes 1.0.2 FPL
WTFPL
tslib 1.14.1 0BSD
tslib 2.6.2 0BSD
tunnel 0.0.6 MIT
undici-types 5.26.5 MIT
undici 5.26.3 MIT
universal-user-agent 6.0.0 ISC
utf8-byte-length 1.0.4 FPL
WTFPL
uuid 3.4.0 MIT
uuid 8.3.2 MIT
webidl-conversions 3.0.1 BSD-2-Clause
whatwg-url 5.0.0 MIT
wrappy 1.0.2 ISC
xml2js 0.5.0 MIT
xmlbuilder 11.0.1 MIT
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@tiulpin tiulpin merged commit d649a11 into main Dec 4, 2023
24 checks passed
@tiulpin tiulpin deleted the dependabot/github_actions/dependencies-326c0c2eb0 branch December 4, 2023 10:04
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