Skip to content

Commit

Permalink
Use fixed Github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Jun 15, 2024
1 parent c69e8c5 commit 1792869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
- run: npm run build

- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
uses: sonarsource/sonarqube-scan-action@2.2.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

- name: SonarQube Quality Gate check
uses: sonarsource/sonarqube-quality-gate-action@master
uses: sonarsource/sonarqube-quality-gate-action@1.1.0
# Force to fail step after specific time
timeout-minutes: 5
env:
Expand Down

0 comments on commit 1792869

Please sign in to comment.