Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Analyze and SonarQube Scan

Check failure on line 1 in .github/workflows/sonarqube.yml

View check run for this annotation

Trunk.io / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'

on:
push:
Expand All @@ -23,7 +23,7 @@
- name: Set up Python
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
with:
python-version: '3.12' # Matches your log
python-version: '3.13' # Matches your log

- name: Cache pip dependencies
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
Expand Down
Loading