ci(covector): Reset lock file after audit

This commit is contained in:
FabianLars
2025-07-22 10:30:59 +02:00
parent 98dfdf71ea
commit fd88343816
3 changed files with 8 additions and 0 deletions

View File

@@ -41,6 +41,12 @@
"command": "echo '```\n\n</details>\n'",
"dryRunCommand": true,
"pipe": true
},
{
"command": "git restore Cargo.lock",
"dryRunCommand": true,
"runFromRoot": true,
"pipe": true
}
],
"publish": [

View File

@@ -248,6 +248,7 @@
},
"version": {
"description": "App version. It is a semver version number or a path to a `package.json` file containing the `version` field. If removed the version number from `Cargo.toml` is used.",
"default": null,
"type": [
"string",
"null"

View File

@@ -248,6 +248,7 @@
},
"version": {
"description": "App version. It is a semver version number or a path to a `package.json` file containing the `version` field. If removed the version number from `Cargo.toml` is used.",
"default": null,
"type": [
"string",
"null"