From 83d3e124124b32ca6b06090f7362b1ce69c3fb1a Mon Sep 17 00:00:00 2001 From: Elanis Date: Sat, 15 Jun 2024 10:28:10 +0200 Subject: [PATCH] Use fixed Github action versions --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index a698a3f..d75b1ea 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -22,13 +22,13 @@ jobs: - run: npm run build - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@master + uses: sonarsource/sonarqube-scan-action@v2.2 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@v1.1.0 # Force to fail step after specific time timeout-minutes: 5 env: