Skip to content

Commit

Permalink
Bump nixel2007/sonarcloud-github-action from 1.4 to 1.5
Browse files Browse the repository at this point in the history
Bumps [nixel2007/sonarcloud-github-action](https://github.com/nixel2007/sonarcloud-github-action) from 1.4 to 1.5.
- [Release notes](https://github.com/nixel2007/sonarcloud-github-action/releases)
- [Commits](nixel2007/sonarcloud-github-action@v1.4...v1.5)

---
updated-dependencies:
- dependency-name: nixel2007/sonarcloud-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 327dbf5 commit 34e1fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: SonarCloud Scan on push
if: github.repository == 'oscript-library/opm' && github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'stable'
uses: nixel2007/sonarcloud-github-action@v1.4
uses: nixel2007/sonarcloud-github-action@v1.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand All @@ -52,7 +52,7 @@ jobs:
- name: SonarCloud Scan on PR
if: github.repository == 'oscript-library/opm' && github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.oscript_version == 'stable'
uses: nixel2007/sonarcloud-github-action@v1.4
uses: nixel2007/sonarcloud-github-action@v1.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 34e1fb5

Please sign in to comment.