Skip to content

Commit 0dc0b8a

Browse files
authored
Merge pull request #183 from jumpstarter-dev/dependabot/github_actions/astral-sh/ruff-action-3.6.1
build(deps): bump astral-sh/ruff-action from 3.3.1 to 3.6.1
2 parents 1f7796f + e744d5b commit 0dc0b8a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,16 @@ jobs:
3030
filters: |
3131
controller:
3232
- 'controller/**'
33+
- '.github/workflows/lint.yaml'
3334
helm:
3435
- 'controller/deploy/helm/**'
36+
- '.github/workflow/lint.yaml'
3537
protocol:
3638
- 'protocol/**'
39+
- '.github/workflows/lint.yaml'
3740
python:
3841
- 'python/**'
42+
- '.github/workflows/lint.yaml'
3943
4044
lint-go:
4145
needs: changes
@@ -91,7 +95,7 @@ jobs:
9195
steps:
9296
- uses: actions/checkout@v4
9397
- name: Run ruff
94-
uses: astral-sh/ruff-action@84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946 # v3.3.1
98+
uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
9599
with:
96100
src: './python'
97101
version-file: python/pyproject.toml

0 commit comments

Comments
 (0)