Skip to content

Commit

Permalink
job naming update
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrPalkaSpotOn committed May 15, 2024
1 parent 5bf47bc commit 97553e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sonarcloud-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
push:

jobs:
sonarcloud:
name: SonarCloud
sonarcloud-scan:
name: Sonar Scanner
runs-on: x-large
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
uses: SonarSource/sonarcloud-github-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 97553e9

Please sign in to comment.