Bump actions/github-script from 1 to 5#655
Merged
artursouza merged 1 commit intoDec 17, 2021
Merged
Conversation
mukundansundar
previously approved these changes
Dec 4, 2021
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/github-script-5
branch
2 times, most recently
from
December 9, 2021 02:40
c1561d6 to
5266541
Compare
Bumps [actions/github-script](https://github.com/actions/github-script) from 1 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v1...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/github-script-5
branch
from
December 9, 2021 14:46
5266541 to
142197d
Compare
Codecov Report
@@ Coverage Diff @@
## master #655 +/- ##
============================================
+ Coverage 77.12% 77.25% +0.13%
- Complexity 945 946 +1
============================================
Files 88 88
Lines 3012 3012
Branches 334 334
============================================
+ Hits 2323 2327 +4
+ Misses 526 523 -3
+ Partials 163 162 -1
Continue to review full report at Codecov.
|
mukundansundar
approved these changes
Dec 9, 2021
artursouza
approved these changes
Dec 17, 2021
dependabot
Bot
deleted the
dependabot/github_actions/actions/github-script-5
branch
December 17, 2021 21:59
willtsai
pushed a commit
to willtsai/java-sdk
that referenced
this pull request
Jan 26, 2022
Bumps [actions/github-script](https://github.com/actions/github-script) from 1 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v1...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Will Tsai <[email protected]>
Giovds
pushed a commit
to Giovds/java-sdk
that referenced
this pull request
Jan 26, 2022
Bumps [actions/github-script](https://github.com/actions/github-script) from 1 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v1...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fackee
pushed a commit
to fackee/java-sdk
that referenced
this pull request
Mar 28, 2022
Bumps [actions/github-script](https://github.com/actions/github-script) from 1 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v1...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: zjx244729 <[email protected]>
fackee
pushed a commit
to fackee/java-sdk
that referenced
this pull request
Mar 28, 2022
Bumps [actions/github-script](https://github.com/actions/github-script) from 1 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v1...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: zjx244729 <[email protected]>
artursouza
pushed a commit
to pkedy/java-sdk
that referenced
this pull request
Jun 22, 2022
Bumps [actions/github-script](https://github.com/actions/github-script) from 1 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v1...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Artur Souza <[email protected]>
artursouza
added a commit
that referenced
this pull request
Feb 20, 2024
…IPv6 environments (#649) * Generate updated javadocs for 1.3.1 (#643) Signed-off-by: Will Tsai <[email protected]> * Migrated out of JCenter as a Maven repository manager (#648) * Upgrade okhttp-mock dependency Version 1.3.2 was never deployed to Maven Central * No longer refer to JCenter, as it has been shut down Signed-off-by: Will Tsai <[email protected]> * initial commit: modified ./dapr/client/DaprClientHttpTest.java unit test Signed-off-by: Will Tsai <[email protected]> * refactored hardcoded 127.0.0.1 localhost IP to use Dapr sidecar IP Signed-off-by: Will Tsai <[email protected]> * refactored hardcoded 127.0.0.1 localhost IP to use Dapr sidecar IP Signed-off-by: Will Tsai <[email protected]> * cleaned up unused imports Signed-off-by: Will Tsai <[email protected]> * fixed tabbing and imports Signed-off-by: Will Tsai <[email protected]> * added utils for getting local host and test utils for ipv6 addresses Signed-off-by: Will Tsai <[email protected]> * Add auto-assign dapr_bot workflow (#654) Signed-off-by: Will Tsai <[email protected]> * Bump actions/setup-java from 2.3.1 to 2.4.0 (#663) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2.3.1...v2.4.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Will Tsai <[email protected]> * added HTTP client tests for IPv6 addresses Signed-off-by: Will Tsai <[email protected]> * fixed tests by returning SIDECAR_IP to IPv4 address Signed-off-by: Will Tsai <[email protected]> * changes to address PMD code validation violations Signed-off-by: Will Tsai <[email protected]> * changing back to loopback address for DEFAULT_SIDECAR_IP fallback Signed-off-by: Will Tsai <[email protected]> * Fix vault example + Upgrade Dapr CLI and runtime. (#666) * Upgrade Dapr CLI and runtime. Signed-off-by: Artur Souza <[email protected]> * Fix expected vault output. Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Will Tsai <[email protected]> * Update LICENSE to Apache 2.0 (#657) * Update LICENSE to Apache 2.0 Signed-off-by: Artur Souza <[email protected]> * Update headers to Apache 2. Signed-off-by: Artur Souza <[email protected]> Co-authored-by: Artur Souza <[email protected]> Signed-off-by: Will Tsai <[email protected]> * Bump actions/github-script from 1 to 5 (#655) Bumps [actions/github-script](https://github.com/actions/github-script) from 1 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v1...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Will Tsai <[email protected]> * Add DCO requirements and updated code of conduct (#669) Issue reference: dapr/docs#2039 Signed-off-by: Will <[email protected]> Signed-off-by: Will Tsai <[email protected]> * Bump actions/setup-java from 2.4.0 to 2.5.0 (#668) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Artur Souza <[email protected]> Signed-off-by: Will Tsai <[email protected]> * Config api support (#670) * inital draft for config api Signed-off-by: Pravin Pushkar <[email protected]> * Introducing new client for preview apis and code refactoring Signed-off-by: Pravin Pushkar <[email protected]> * Unit tests and code refactoring Signed-off-by: Pravin Pushkar <[email protected]> * Adding integration test Signed-off-by: pravinpushkar <[email protected]> * Copyright changes Signed-off-by: pravinpushkar <[email protected]> * Review comments fixes Signed-off-by: pravinpushkar <[email protected]> * Removed DaprPreviewClientProxy and updated example README Signed-off-by: pravinpushkar <[email protected]> * Adding validate workflow for cofiguration api example Signed-off-by: pravinpushkar <[email protected]> * fixing example autovalidation and code coverage Signed-off-by: pravinpushkar <[email protected]> * Fixing autovalidation and removing getAllConfiguration Signed-off-by: pravinpushkar <[email protected]> * Fixing review comments Signed-off-by: pravinpushkar <[email protected]> * Add regex header checkstyle. Signed-off-by: Artur Souza <[email protected]> * Fix headers and add javadocs to some. Signed-off-by: Artur Souza <[email protected]> Co-authored-by: Artur Souza <[email protected]> Signed-off-by: Will Tsai <[email protected]> * Update for next release: 1.5.0 snapshot (#672) * Update CLI and runtime to 1.6.0-rc.x Signed-off-by: Artur Souza <[email protected]> * Upgrade the version to 1.5.0-SNAPSHOT Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Will Tsai <[email protected]> * Update proto RC. (#674) Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Will Tsai <[email protected]> * Java SDK - Documentation for configuration API methods (#676) * Java SDK - Documentation for configuration API methods Signed-off-by: pravinpushkar <[email protected]> * review comment fixes Signed-off-by: pravinpushkar <[email protected]> Co-authored-by: Artur Souza <[email protected]> Signed-off-by: Will Tsai <[email protected]> * Generate updated javadocs for 1.4.0 (#677) Signed-off-by: Will Tsai <[email protected]> * address package dependency issue on integration test Signed-off-by: Will Tsai <[email protected]> * added comment to include spec for ipv6 represention in url Signed-off-by: Will Tsai <[email protected]> * corrected comment in NetworkUtils.getHostLoopbackAddress() Signed-off-by: Will Tsai <[email protected]> * added comment to include spec for ipv6 represention in url Signed-off-by: Will Tsai <[email protected]> * updated dependency scope to test Signed-off-by: Will Tsai <[email protected]> * fix NetworkUtils.java Signed-off-by: Will Tsai <[email protected]> * checkstyle fix in NetworkUtils.java Signed-off-by: Will Tsai <[email protected]> * fix imports Signed-off-by: Will Tsai <[email protected]> * fix ipv6 formatting issues Signed-off-by: Will Tsai <[email protected]> * fix ipv6 formatting issues Signed-off-by: Will Tsai <[email protected]> * fix code style nits Signed-off-by: Will Tsai <[email protected]> * refactor formatIpAddress method in actors utls Signed-off-by: Will Tsai <[email protected]> --------- Signed-off-by: Will Tsai <[email protected]> Signed-off-by: Artur Souza <[email protected]> Signed-off-by: Will <[email protected]> Signed-off-by: Will <[email protected]> Signed-off-by: Will Tsai <[email protected]> Co-authored-by: Artur Souza <[email protected]> Co-authored-by: Maarten Mulders <[email protected]> Co-authored-by: Mukundan Sundararajan <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: greenie-msft <[email protected]> Co-authored-by: Pravin Pushkar <[email protected]> Co-authored-by: Cassie Coyle <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/github-script from 1 to 5.
Release notes
Sourced from actions/github-script's releases.
... (truncated)
Commits
441359bMerge pull request #193 from actions/joshmgross/v54e1175cUpdate licenses004e46fFix breaking change in workflow test5e5d515Upgrade to the latest version of Octokitdeb7ae9Merge pull request #192 from actions/joshmgross/update-minor-depsb6ebfdaUpdate licenses6a0bb32Update minor versions of dependencies5d31eecMerge pull request #190 from patrick91/patch-1282dd6aMake it clear that require is a custom wrapperf891effMerge pull request #181 from actions/joshmgross/update-dependenciesDependabot 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 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)