mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-08-08 02:07:02 +00:00
chore: roll up Dependabot updates (#386)
## Summary - roll up remaining open Dependabot npm updates for @octokit/core and @octokit/plugin-rest-endpoint-methods - roll up remaining GitHub Actions pin updates for CodeQL, zizmor, release-drafter, setup-node, and create-pull-request - regenerate bundled dist files ## Validation - npm run all Refs: pi-session 019f31b8-93d9-7f9b-b3e9-5aaac6bab959
This commit is contained in:
+1
-1
@@ -31784,7 +31784,7 @@ function parsePyprojectContent(pyprojectContent) {
|
||||
return parse2(pyprojectContent);
|
||||
}
|
||||
function getRuffVersionFromUvLockContent(uvLockContent) {
|
||||
const uvLock = parse(uvLockContent);
|
||||
const uvLock = parse2(uvLockContent);
|
||||
const ruffPackage = (uvLock.package || []).find((pkg) => pkg.name === "ruff");
|
||||
if (ruffPackage?.version === void 0) {
|
||||
return void 0;
|
||||
|
||||
Reference in New Issue
Block a user