Spaces:
Build error
Build error
Merge branch 'main' into renovate/astral-sh-ruff-action-3.x
Browse files
.github/workflows/.lint.yaml
CHANGED
|
@@ -141,7 +141,7 @@ jobs:
|
|
| 141 |
with:
|
| 142 |
token: ${{ secrets.GH_TOKEN }}
|
| 143 |
- name: ${{ matrix.command }}
|
| 144 |
-
uses: astral-sh/ruff-action@
|
| 145 |
with:
|
| 146 |
args: >-
|
| 147 |
${{ matrix.command }} --config .github/lint/.ruff.toml
|
|
|
|
| 141 |
with:
|
| 142 |
token: ${{ secrets.GH_TOKEN }}
|
| 143 |
- name: ${{ matrix.command }}
|
| 144 |
+
uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
|
| 145 |
with:
|
| 146 |
args: >-
|
| 147 |
${{ matrix.command }} --config .github/lint/.ruff.toml
|