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 all dependencies #201

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update all dependencies #201

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v4.1.1 -> v4.2.2
actions/upload-artifact action minor v4.3.1 -> v4.4.3
coverallsapp/github-action action minor v2.2.3 -> v2.3.4
github/codeql-action action minor v3.24.9 -> v3.27.9
ossf/scorecard-action action minor v2.3.1 -> v2.4.0
soroban-sdk workspace.dependencies major =20.5.0 -> =22.0.2

Release Notes

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

Compare Source

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

actions/upload-artifact (actions/upload-artifact)

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

v4.4.0

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4

v4.3.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

coverallsapp/github-action (coverallsapp/github-action)

v2.3.4

Compare Source

What's Changed

  • Add coverage-reporter-platform input option by @​afinetooth in https://github.com/coverallsapp/github-action/pull/233
    • Since we have added support for coverage-reporter on aarch64, we need to provide users of our github-action the ability to select this architecture-specific version of coverage-reporter when they're using an aarch64 / arm64 runner in CI.

Full Changelog: coverallsapp/github-action@v2...v2.3.4

v2.3.3

Compare Source

What's Changed

Full Changelog: coverallsapp/github-action@v2...v2.3.3

v2.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: coverallsapp/github-action@v2.3.1...v2.3.2

v2.3.1

Compare Source

What's Changed

Extend behavior of fail-on-error option to setup failures by @​afinetooth in https://github.com/coverallsapp/github-action/pull/226

  • Technically an enhancement, these changes make the action behave as many customers already expect by ignoring any and all failures when the fail-on-error input is set to false.

  • Adds logic to handle any failures in "setup" tasks, including downloading the coverage-reporter binary, verifying the binary, and finding the binary by its expected name after extraction.

  • The new logic checks these actions and exits with code 1 on failure, except if fail-on-error is set to true, in which case it returns exit code 0.

  • Adds a matrix workflow that tests the action for each os and the two key binary commands (coveralls report and coevralls done). Each of these scenarios implicitly tests our setup tasks since they run first in each scenario.

  • Also extends the behavior of debug: true to flip the shell-specific debug flag for each os including set -x for linux and macos and Set-PSDebug -Trace 1 for windows.

Full Changelog: coverallsapp/github-action@v2.3.0...v2.3.1

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: coverallsapp/github-action@v2.2.3...v2.3.0

github/codeql-action (github/codeql-action)

v3.27.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.9 - 12 Dec 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.8

Compare Source

v3.27.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.7 - 10 Dec 2024
  • We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #​2631
  • Update default CodeQL bundle version to 2.20.0. #​2636

See the full CHANGELOG.md for more information.

v3.27.6

Compare Source

v3.27.5

Compare Source

v3.27.4

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.4 - 14 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.3 - 12 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.2 - 12 Nov 2024
  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #​2590

See the full CHANGELOG.md for more information.

v3.27.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.1 - 08 Nov 2024
  • The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #​2573
  • Update default CodeQL bundle version to 2.19.3. #​2576

See the full CHANGELOG.md for more information.

v3.27.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.0 - 22 Oct 2024
  • Bump the minimum CodeQL bundle version to 2.14.6. #​2549
  • Fix an issue where the upload-sarif Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the upload-sarif Action. #​2557
  • Update default CodeQL bundle version to 2.19.2. #​2552

See the full CHANGELOG.md for more information.

v3.26.13

Compare Source

v3.26.12

Compare Source

v3.26.11

Compare Source

v3.26.10

Compare Source

v3.26.9

Compare Source

v3.26.8

Compare Source

v3.26.7

Compare Source

v3.26.6

Compare Source

v3.26.5

Compare Source

v3.26.4

Compare Source

v3.26.3

Compare Source

v3.26.2

Compare Source

v3.26.1

Compare Source

v3.26.0

Compare Source

v3.25.15

Compare Source

v3.25.14

Compare Source

v3.25.13

Compare Source

v3.25.12

Compare Source

v3.25.11

Compare Source

v3.25.10

Compare Source

v3.25.9

Compare Source

v3.25.8

Compare Source

v3.25.7

Compare Source

v3.25.6

Compare Source

v3.25.5

Compare Source

v3.25.4

Compare Source

v3.25.3

Compare Source

v3.25.2

Compare Source

v3.25.1

Compare Source

v3.25.0

Compare Source

v3.24.11

Compare Source

v3.24.10

Compare Source

ossf/scorecard-action (ossf/scorecard-action)

v2.4.0

Compare Source

What's Changed

This update bumps the Scorecard version to the v5 release. For a complete list of changes, please refer to the v5.0.0 release notes. Of special note to Scorecard Action is the Maintainer Annotation feature, which can be used to suppress some Code Scanning false positives. Alerts will not be generated for any Scorecard Check with an annotation.

Documentation

New Contributors

Full Changelog: ossf/scorecard-action@v2.3.3...v2.4.0

v2.3.3

Compare Source

[!NOTE]
There is no v2.3.2 release as a step was skipped in the release process. This was fixed and re-released under the v2.3.3 tag

What's Changed

For a full changelist of what these include, see the v5.0.0-rc1 and v5.0.0-rc2 release notes.

Documentation

Full Changelog: ossf/scorecard-action@v2.3.1...v2.3.3

v2.3.2

Compare Source

stellar/rs-soroban-sdk (soroban-sdk)

v22.0.2: 22.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: stellar/rs-soroban-sdk@v22.0.1...v22.0.2

v22.0.1: 22.0.1

Compare Source

What's Changed

Full Changelog: stellar/rs-soroban-sdk@v22.0.0...v22.0.1

v22.0.0: 22.0.0

Compare Source

What's Changed

Full Changelog: stellar/rs-soroban-sdk@v21.7.1...v22.0.0

v21.7.7: 21.7.7

Compare Source

What's Changed
  • Limit the versions of arbitrary and derive_arbitrary to ~1.3.0 due to breaking changes in 1.4.x

Full Changelog: stellar/rs-soroban-sdk@v21.7.6...v21.7.7

v21.7.6: 21.7.6

Compare Source

What's Changed

Full Changelog: stellar/rs-soroban-sdk@v21.7.5...v21.7.6

v21.7.5: 21.7.5

Compare Source

What's Changed
  • Add infallible From conversions for types to ScVal (#​1338)

Full Changelog: stellar/rs-soroban-sdk@v21.7.4...v21.7.5

v21.7.4: 21.7.4

Compare Source

What's Changed

Full Changelog: stellar/rs-soroban-sdk@v21.7.3...v21.7.4

v21.7.3: 21.7.3

Compare Source

What's Changed

Full Changelog: stellar/rs-soroban-sdk@v21.7.2...v21.7.3

v21.7.2: 21.7.2

Compare Source

What's Changed

Full Changelog: stellar/rs-soroban-sdk@v21.7.1...v21.7.2

v21.7.1

Compare Source

What's Changed

Full Changelog: stellar/rs-soroban-sdk@v21.7.0...v21.7.1

v21.7.0: 21.7.0

Compare Source

What's Changed

Full Changelog: stellar/rs-soroban-sdk@v21.6.0...v21.7.0

v21.6.0: 21.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: stellar/rs-soroban-sdk@v21.5.2...v21.6.0

v21.5.2: 21.5.2

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@coveralls
Copy link

coveralls commented May 1, 2024

Pull Request Test Coverage Report for Build 9504003687

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 90.201%

Totals Coverage Status
Change from base Build 9008609431: 0.0%
Covered Lines: 359
Relevant Lines: 398

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from dfc9712 to 7580671 Compare May 13, 2024 15:24
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8104bfa to 3867042 Compare May 20, 2024 22:09
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 304b265 to 4e6391c Compare June 4, 2024 18:44
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 89d4d5d to c651f3f Compare June 13, 2024 17:20
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 37ff016 to e5045a9 Compare June 28, 2024 15:34
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1c38508 to d36edff Compare July 12, 2024 09:21
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from a0c1b0f to 9e792a1 Compare July 19, 2024 16:02
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 3d82f67 to 5691c01 Compare July 26, 2024 20:21
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 3575122 to 2140639 Compare August 9, 2024 02:11
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 81df908 to 15d8cbd Compare August 16, 2024 13:28
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 4439657 to 0313363 Compare October 3, 2024 22:19
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 7ea67dd to 3e9cc3d Compare October 10, 2024 22:38
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 87cda2e to bced4b0 Compare October 16, 2024 23:00
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 6b492a2 to 480c103 Compare October 24, 2024 22:03
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 8481539 to c763327 Compare November 14, 2024 15:06
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 79ffcd5 to 8881220 Compare December 10, 2024 04:01
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 238ccc0 to f522104 Compare December 12, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant