We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8addd commit 5ae9edcCopy full SHA for 5ae9edc
2 files changed
.github/workflows/pull-request.yml
@@ -37,7 +37,7 @@ jobs:
37
run: make check-all
38
39
- name: "Run SonarCloud Scan"
40
- uses: SonarSource/sonarqube-scan-action@master
+ uses: SonarSource/sonarqube-scan-action@v7.0.0
41
env:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
.github/workflows/push-release-branch.yml
@@ -48,7 +48,7 @@ jobs:
48
RP_LAUNCH_ATTR: ref:${{ github.ref }} event_name:${{ github.event_name }}
49
50
51
52
53
54
0 commit comments