Skip to content

Commit 7871842

Browse files
authored
The latest tag doesn't exist in git, just github (openwallet-foundation#3392)
Signed-off-by: Ry Jones <[email protected]>
1 parent 4521722 commit 7871842

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sonar-merge-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: "ubuntu-latest"
2121
is_pr: "false"
2222
- name: SonarCloud Scan
23-
uses: SonarSource/sonarqube-scan-action@latest
23+
uses: SonarSource/sonarqube-scan-action@master
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/sonar-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Need to change source in coverage report because it was generated from another context
5959
sed -i 's/\/home\/runner\/work\/acapy\/acapy\//\/github\/workspace\//g' test-reports/coverage.xml
6060
- name: SonarCloud Scan
61-
uses: SonarSource/sonarqube-scan-action@latest
61+
uses: SonarSource/sonarqube-scan-action@master
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)