Skip to content

Commit 13db866

Browse files
committed
sonar update
1 parent 454bc07 commit 13db866

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/unit-tests-srv.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525

26+
# # <-- ADDING THIS STEP TO SOLVE CACHE ISSUE -->
27+
# - uses: actions/cache@v4
28+
# with:
29+
# path: |
30+
# ~/.cache/pip
31+
# .pytest_cache
32+
# key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
33+
2634
- name: Make envfile
2735
run: make staging-dotenv-file
2836

@@ -55,7 +63,7 @@ jobs:
5563
run: mkdir -p $GITHUB_WORKSPACE/.scannerwork && chmod -R 777 $GITHUB_WORKSPACE/.scannerwork && pwd && ls -a
5664

5765
- name: SonarCloud Scan
58-
uses: SonarSource/sonarqube-scan-action@v4.1.0
66+
uses: SonarSource/sonarqube-scan-action@v4.2.0
5967
env:
6068
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6169
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)