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-all group with 2 updates #155

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the github-actions-all group with 2 updates: crate-ci/typos and EmbarkStudios/cargo-deny-action.

Updates crate-ci/typos from 1.22.9 to 1.24.3

Release notes

Sourced from crate-ci/typos's releases.

v1.24.3

[1.24.3] - 2024-08-30

Fixes

v1.24.2

[1.24.2] - 2024-08-30

Performance

  • Cap unbounded parsing to avoid worst case performance (hit with test data)

v1.24.1

[1.24.1] - 2024-08-23

Fixes

  • Remove unverified varcon (locale data) entries

v1.24.0

[1.24.0] - 2024-08-23

Features

  • Update varcon (locale data) to version 2020.12.07

v1.23.7

[1.23.7] - 2024-08-22

Fixes

  • (config) Respect --locale / default.locale again after it was broken in 1.16.24

v1.23.6

[1.23.6] - 2024-07-31

Fixes

  • Updated the dictionary with the July 2024 changes

v1.23.5

[1.23.5] - 2024-07-25

Features

  • (config) Store config in Cargo.toml

v1.23.4

... (truncated)

Changelog

Sourced from crate-ci/typos's changelog.

[1.24.3] - 2024-08-30

Fixes

[1.24.2] - 2024-08-30

Performance

  • Cap unbounded parsing to avoid worst case performance (hit with test data)

[1.24.1] - 2024-08-23

Fixes

  • Remove unverified varcon (locale data) entries

[1.24.0] - 2024-08-23

Features

  • Update varcon (locale data) to version 2020.12.07

[1.23.7] - 2024-08-22

Fixes

  • (config) Respect --locale / default.locale again after it was broken in 1.16.24

[1.23.6] - 2024-07-31

Fixes

  • Updated the dictionary with the July 2024 changes

[1.23.5] - 2024-07-25

Features

  • (config) Store config in Cargo.toml

[1.23.4] - 2024-07-25

Fixes

  • Don't correct countr_one in C++

[1.23.3] - 2024-07-22

... (truncated)

Commits

Updates EmbarkStudios/cargo-deny-action from 1 to 2

Release notes

Sourced from EmbarkStudios/cargo-deny-action's releases.

Release 2.0.1 - cargo-deny 0.16.1

Fixed

  • PR#691 fixed an issue where workspace dependencies that used the current dir '.' path component would incorrectly trigger the unused-workspace-dependency lint.

Release 2.0.0 - cargo-deny 0.16.0

Action

Added

Changed

  • This release includes breaking changes in cargo-deny, so this release begins the v2 tag, using v1 will be stable but not follow future cargo-deny releases.

cargo-deny

Removed

  • PR#681 finished the deprecation introduced in PR#611, making the usage of the deprecated fields into errors.

[advisories]

The following fields have all been removed in favor of denying all advisories by default. To ignore an advisory the ignore field can be used as before.

  • vulnerability - Vulnerability advisories are now deny by default
  • unmaintained - Unmaintained advisories are now deny by default
  • unsound - Unsound advisories are now deny by default
  • notice - Notice advisories are now deny by default
  • severity-threshold - The severity of vulnerabilities is now irrelevant

[licenses]

The following fields have all been removed in favor of denying all licenses that are not explicitly allowed via either allow or exceptions.

  • unlicensed - Crates whose license(s) cannot be confidently determined are now always errors. The clarify field can be used to help cargo-deny determine the license.
  • allow-osi-fsf-free - The OSI/FSF Free attributes are now irrelevant, only whether it is explicitly allowed.
  • copyleft - The copyleft attribute is now irrelevant, only whether it is explicitly allowed.
  • default - The default is now deny.
  • deny - All licenses are now denied by default, this field added nothing.

Changed

  • PR#685 follows up on PR#673, moving the fields that were added to their own separate bans.workspace-dependencies section. This is an unannounced breaking change but is fairly minor and 0.15.0 was never released on github actions so the amount of people affected by this will be (hopefully) small. This also makes the workspace duplicate detection off by default since the field is optional, but makes it so that if not specified workspace duplicates are now deny instead of warn.

Fixed

  • PR#685 resolved #682 by adding the include-path-dependencies field, allowing path dependencies to be ignored if it is false.

Release 1.6.3 - cargo-deny 0.14.21

Fixed

  • PR#643 resolved #629 by making the hosted git (github, gitlab, bitbucket) org/user name comparison case-insensitive. Thanks @​pmnlla!
  • PR#649 fixed an issue where depending on the same crate multiple times by using different cfg()/triple targets could cause features to be resolved incorrectly and thus crates to be not pulled into the graph used for checking.

[0.14.20] - 2024-03-23

Fixed

  • PR#642 resolved #641 by pinning gix-transport (and its unique dependencies) to 0.41.2 as a workaround for cargo install not using the lockfile. See this issue for more information.

... (truncated)

Commits

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 github-actions-all group with 2 updates: [crate-ci/typos](https://github.com/crate-ci/typos) and [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action).


Updates `crate-ci/typos` from 1.22.9 to 1.24.3
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.22.9...v1.24.3)

Updates `EmbarkStudios/cargo-deny-action` from 1 to 2
- [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases)
- [Commits](EmbarkStudios/cargo-deny-action@v1...v2)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
- dependency-name: EmbarkStudios/cargo-deny-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from mlegner as a code owner September 1, 2024 17:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 1, 2024
@mlegner mlegner enabled auto-merge (squash) September 4, 2024 12:30
Copy link
Contributor

github-actions bot commented Sep 4, 2024

Code Coverage

Package Line Rate Health
crates/scion-proto/src/reliable 95%
crates/scion-proto/src/path/metadata 100%
crates/scion/src/pan 78%
crates/scion-proto/src/path/standard 92%
crates/scion-proto/src/packet/headers 85%
crates/scion/src/socket 77%
crates/scion/src/daemon 91%
crates/scion/src/pan/path_strategy 84%
crates/scion-proto/src/path 83%
crates/scion-proto/src/scmp 71%
crates/scion-proto/src/packet 80%
crates/scion/src 80%
crates/test-utils/src 100%
crates/scion-proto/src 78%
crates/scion-proto/src/address 69%
Summary 79% (1939 / 2468)

@mlegner mlegner force-pushed the dependabot/github_actions/github-actions-all-5ee777cc2d branch from 1adc3e3 to fd287be Compare September 4, 2024 12:44
@mlegner mlegner merged commit be6c9a5 into main Sep 4, 2024
11 checks passed
@mlegner mlegner deleted the dependabot/github_actions/github-actions-all-5ee777cc2d branch September 4, 2024 12:48
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