We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c32d6d commit 8440d30Copy full SHA for 8440d30
.github/workflows/python-coverage.yml
@@ -78,7 +78,7 @@ jobs:
78
path: coverage
79
80
- name: Upload coverage reports to Codecov
81
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@3cb13a12348ef4ffcf9783ac0f74954f92113e33
82
with:
83
token: ${{ secrets.CODECOV_TOKEN }}
84
verbose: true
@@ -101,7 +101,8 @@ jobs:
101
102
103
- name: SonarQube Scan
104
- uses: SonarSource/sonarqube-scan-action@master
+ # yamllint disable-line rule:line-length
105
+ uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9
106
env:
107
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments