Skip to content

Commit 21d563e

Browse files
dskvrclaude
andcommitted
fix: bump default aislop-version 0.9.3 -> 0.12.0; recommend pinning
The stale 0.9.3 default scored repos differently from the current aislop CLI that developers run locally, so local quality fixes never moved the badge. Bump the default to a current release and document that consumers should pin aislop-version explicitly for a deterministic, local-matching badge. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8af404f commit 21d563e

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

action.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ inputs:
1212
required: false
1313
default: "."
1414
aislop-version:
15-
description: aislop npm package version to run.
15+
description: >-
16+
aislop npm package version to run. Pin this in your workflow for a
17+
deterministic badge — if you rely on this default, your badge score can
18+
change whenever this default is bumped or (if set to a range) whenever a
19+
new aislop is published, and it may differ from the version you run
20+
locally.
1621
required: false
17-
default: "0.9.3"
22+
default: "0.12.0"
1823
package-runner:
1924
description: Package runner used to execute aislop. Supported values are npx, pnpm, and bunx.
2025
required: false

0 commit comments

Comments
 (0)