We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f7796f + e744d5b commit 0dc0b8aCopy full SHA for 0dc0b8a
1 file changed
.github/workflows/lint.yaml
@@ -30,12 +30,16 @@ jobs:
30
filters: |
31
controller:
32
- 'controller/**'
33
+ - '.github/workflows/lint.yaml'
34
helm:
35
- 'controller/deploy/helm/**'
36
+ - '.github/workflow/lint.yaml'
37
protocol:
38
- 'protocol/**'
39
40
python:
41
- 'python/**'
42
43
44
lint-go:
45
needs: changes
@@ -91,7 +95,7 @@ jobs:
91
95
steps:
92
96
- uses: actions/checkout@v4
93
97
- name: Run ruff
94
- uses: astral-sh/ruff-action@84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946 # v3.3.1
98
+ uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
99
with:
100
src: './python'
101
version-file: python/pyproject.toml
0 commit comments