Skip to content

Commit 8440d30

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] sonarcloud "security issues" fixed.
1 parent 6c32d6d commit 8440d30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-coverage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
path: coverage
7979

8080
- name: Upload coverage reports to Codecov
81-
uses: codecov/codecov-action@v5
81+
uses: codecov/codecov-action@3cb13a12348ef4ffcf9783ac0f74954f92113e33
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484
verbose: true
@@ -101,7 +101,8 @@ jobs:
101101
path: coverage
102102

103103
- name: SonarQube Scan
104-
uses: SonarSource/sonarqube-scan-action@master
104+
# yamllint disable-line rule:line-length
105+
uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9
105106
env:
106107
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
107108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)