Skip to content

Commit c0ef007

Browse files
Bump SonarSource/sonarqube-scan-action from 6 to 7
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 6 to 7. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v6...v7) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02917c5 commit c0ef007

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
echo "REPO_NAME=$REPO_NAME" >> $GITHUB_ENV
129129
130130
- name: SonarCloud Scan
131-
uses: SonarSource/sonarqube-scan-action@v6
131+
uses: SonarSource/sonarqube-scan-action@v7
132132
if: github.event_name == 'push' && contains(github.repository, 'ansible') && github.ref_name == 'main' && matrix.python-version == env.PRIMARY_PYTHON_VERSION
133133
env:
134134
SONAR_TOKEN: ${{ secrets.CICD_ORG_SONAR_TOKEN_CICD_BOT || secrets.AAP_ORG_SONAR_TOKEN_ANSIBLE_CICD_BOT }}

.github/workflows/sonar-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
echo "REPO_NAME=$REPO_NAME" >> $GITHUB_ENV
6767
6868
- name: SonarCloud Scan
69-
uses: SonarSource/sonarqube-scan-action@v6
69+
uses: SonarSource/sonarqube-scan-action@v7
7070
env:
7171
SONAR_TOKEN: ${{ secrets.CICD_ORG_SONAR_TOKEN_CICD_BOT || secrets.AAP_ORG_SONAR_TOKEN_ANSIBLE_CICD_BOT }}
7272
with:

0 commit comments

Comments
 (0)