We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c825e commit 6d7244fCopy full SHA for 6d7244f
.github/workflows/check.yml
@@ -39,7 +39,7 @@ jobs:
39
run: go tool -modfile=tools/go.mod golangci-lint run --timeout=15m
40
41
- name: Run ruff (Python linter and formatter)
42
- uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
+ uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
43
with:
44
version: "0.9.1"
45
args: "format --check"
0 commit comments