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/third_party_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

- name: Install dependencies
run: |
uv sync

Check warning on line 37 in .github/workflows/third_party_checks.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--no-build" can lead to the execution of setup scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=vil02_str8ts_solver&issues=AZ3XBZRspHZj5dCbgDVR&open=AZ3XBZRspHZj5dCbgDVR&pullRequest=101

Check warning on line 37 in .github/workflows/third_party_checks.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Using dependencies without locking resolved versions is security-sensitive.

See more on https://sonarcloud.io/project/issues?id=vil02_str8ts_solver&issues=AZ3XBZRspHZj5dCbgDVS&open=AZ3XBZRspHZj5dCbgDVS&pullRequest=101

- name: Generate coverage data
run: |
Expand All @@ -42,7 +42,7 @@

- name: SonarCloud Scan
if: "! github.event.pull_request.head.repo.fork "
uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0
uses: SonarSource/sonarqube-scan-action@55e44800a8f495208cce6e4e82f5dedb45fcf0ef # v7.2.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

Expand Down
Loading