Skip to content

Commit bcec4c7

Browse files
authored
Pin super-linter script to specific commit (#1879)
## Summary - Pin the remote `super-linter.sh` URL to commit `f5d39ffaf01b5bbe815b3821e4e3257db32f49e7` to avoid unexpected breakage from upstream changes ## Test plan - [ ] Verify `mise run lint:super-linter` still works correctly Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 043fc57 commit bcec4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ run = "./mvnw install -DskipTests -Dcoverage.skip=true"
4949

5050
[tasks."lint:super-linter"]
5151
description = "Run Super-Linter with auto-fix on the repository"
52-
file = "https://raw.githubusercontent.com/grafana/docker-otel-lgtm/main/.mise/tasks/lint/super-linter.sh"
52+
file = "https://raw.githubusercontent.com/grafana/docker-otel-lgtm/f5d39ffaf01b5bbe815b3821e4e3257db32f49e7/.mise/tasks/lint/super-linter.sh"
5353

5454
[tasks."lint:links"]
5555
file = "https://raw.githubusercontent.com/open-telemetry/opentelemetry-java-contrib/refs/heads/main/.mise/tasks/lint/links.sh"

0 commit comments

Comments
 (0)