Below you will find pages that utilize the taxonomy term “EmbarkStudios”
April 22, 2024
cargo-deny
Version updated for EmbarkStudios/cargo-deny-action to version v1.6.3.
This action is used across all versions by 3,091 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 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.
March 22, 2024
cargo-deny
Version updated for EmbarkStudios/cargo-deny-action to version v1.6.2.
This action is used across all versions by 2,988 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changed PR#639 updated tame-index to avoid an error if you don’t used --locked. [0.14.18] - 2024-03-21 Fixed PR#638 resolved #636 by updating krates. [0.14.17] - 2024-03-17 Changed PR#631 improved the diagnostic for when the yank check fails due to some issue with retrieving or reading the index information.
March 6, 2024
cargo-deny
Version updated for EmbarkStudios/cargo-deny-action to version v1.6.1.
This action is used across all versions by 2,927 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed PR#626 resolved #625 by explicitly checking that a license identified as Pixar was actually (probably) the Pixar license, instead of a normal Apache-2.0 license.
March 5, 2024
cargo-deny
Version updated for EmbarkStudios/cargo-deny-action to version v1.6.0.
This action is used across all versions by 2,925 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes action changes Color output is now always enabled so that colors show up in the action output. 0.14.15 Added PR#618 added metadata notes to diagnostics when a license is rejected, as well as removing span information for accepted licenses unless the log level is info or higher to make the diagnostic clearer by default.
February 13, 2024
cargo-deny
Version updated for EmbarkStudios/cargo-deny-action to version v1.5.15.
This action is used across all versions by 2,859 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed Resolved https://github.com/EmbarkStudios/cargo-deny-action/issues/71 that was introduced in the previous release.
September 27, 2023
cargo-deny
Version updated for EmbarkStudios/cargo-deny-action to version v1.5.5.
This publisher is shown as erified by GitHub. This action is used across all versions by 2,483 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added PR#545 added the ability to specify additional license exceptions via additional configuration files. PR#549 added the bans.build configuration option, opting in to checking for file extensions, native executables, and interpreted scripts. This resolved #43.
September 3, 2023
cargo-deny
Version updated for EmbarkStudios/cargo-deny-action to version v1.5.4.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2,403 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Updated the cargo version to 1.71.0 which should give significant improvements to run times due to using the crates.io sparse index instead of the old git index.