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

- name: Install
run: |
pip3 install -r requirements.txt

Check warning on line 37 in .github/workflows/python-coverage.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=sir-gon_algorithm-exercises-py&issues=AZ3ytAo-E_iPfRlfVJaj&open=AZ3ytAo-E_iPfRlfVJaj&pullRequest=902

Check warning on line 37 in .github/workflows/python-coverage.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=sir-gon_algorithm-exercises-py&issues=AZ3ytAo-E_iPfRlfVJai&open=AZ3ytAo-E_iPfRlfVJai&pullRequest=902

- name: Test an coverage collect
run: >
Expand Down Expand Up @@ -102,7 +102,7 @@

- name: SonarQube Scan
# yamllint disable-line rule:line-length
uses: SonarSource/sonarqube-scan-action@30dbe5c9eeccb106afb2590dcb61f7a05ffbee14
uses: SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading