Skip to content

Commit 8b4d6af

Browse files
committed
add --frozen to sonar workflow
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent 8a0c5ef commit 8b4d6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Install dependencies
4242
if: ${{ always() }}
43-
run: uv sync --dev
43+
run: uv sync --frozen --dev
4444

4545
- name: Test and Coverage
4646
run: |

0 commit comments

Comments
 (0)