bugsnag-js
bugsnag-js copied to clipboard
build(deps): bump gradle/actions from 4.4.0 to 4.4.1
Bumps gradle/actions from 4.4.0 to 4.4.1.
Release notes
Sourced from gradle/actions's releases.
v4.4.1
This patch release fixes a bug in Develocity Injection with a custom plugin repository. The
gradle-plugin-repository-*action parameters were not being correctly mapped to environment variables that are read by the Develocity Injection init script.This issue has been fixed by setting the correct environment variables:
gradle-plugin-repository-urlis mapped toDEVELOCITY_INJECTION_PLUGIN_REPOSITORY_URLgradle-plugin-repository-usernameis mapped toDEVELOCITY_INJECTION_PLUGIN_REPOSITORY_USERNAMEgradle-plugin-repository-passwordis mapped toDEVELOCITY_INJECTION_PLUGIN_REPOSITORY_PASSWORDAdditionally, these parameters can now be used to configure a custom plugin repository for the GitHub Dependency Graph Gradle Plugin, required for dependency submission.
What's Changed
- Dependency updates by
@bigdazin gradle/actions#667- Fix plugin repository env vars by
@bigdazin gradle/actions#669Full Changelog: https://github.com/gradle/actions/compare/v4.4.0...v4.4.1
Commits
ac638b0[bot] Update dist directoryfd88882Fix setting env vars for plugin repository (#669)3af3dd3[bot] Update dist directorybf78bf9Dependency updates (#667)ca92106Use Java 17 for toolchain buildf7d1903Update known wrapper checksumseb0816bFix update-wrapper-checksums workflowd408d62Bump the npm-dependencies group across 1 directory with 5 updates306df22Bump the github-actions group across 1 directory with 3 updates05baf32Bump org.gradle.toolchains.foojay-resolver-convention- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)