Skip to content

Commit 7e34318

Browse files
committed
chore: update deps
1 parent 6081e19 commit 7e34318

File tree

2 files changed

+330
-335
lines changed

2 files changed

+330
-335
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ jobs:
7777

7878
- name: SonarQube Scan
7979
if: matrix.python-version == env.TARGET_PYTHON_VERSION && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
80-
uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0
80+
uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0
8181
env:
8282
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
8383

8484
- name: Upload coverage reports to Codecov
8585
if: matrix.python-version == env.TARGET_PYTHON_VERSION && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
86-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
86+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
8787
with:
8888
fail_ci_if_error: true
8989
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)