diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 57be739..724a5da 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: sonarEnabled: false steps: - name: Check out code - uses: actions/checkout@v3.1.0 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 with: # Fetch entire history for SonarCloud analysis. fetch-depth: 0