Skip to content

Commit

Permalink
Merge pull request #2075 from webern-unibas-ch/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/develop/SonarSource/sonarqube-scan-action-4.2.1

build(deps): bump SonarSource/sonarqube-scan-action from 4.1.0 to 4.2.1
  • Loading branch information
musicEnfanthen authored Dec 17, 2024
2 parents 47b3620 + cc1d802 commit 7d3ded0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Perform SonarQube scan
if: matrix.node-version == 22.11 && github.event_name != 'pull_request' && github.repository_owner == env.MAIN_REPO_OWNER # perform SonarQube scan only for current node version and not with pull requests or forks(token issue)
uses: SonarSource/sonarqube-scan-action@1b442ee39ac3fa7c2acdd410208dcb2bcfaae6c4 # v4.1.0
uses: SonarSource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 7d3ded0

Please sign in to comment.