Skip to content

Commit e9098b6

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-coverage.yml

Lines changed: 2 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,7 @@ jobs:
101101
path: coverage
102102

103103
- name: SonarQube Scan
104-
uses: SonarSource/sonarqube-scan-action@master
104+
uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9
105105
env:
106106
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
107107
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)