diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 5275651..42e2025 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -53,14 +53,14 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Cache SonarCloud packages - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: ~\sonar\cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache SonarCloud scanner id: cache-sonar-scanner - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: .\.sonar\scanner key: ${{ runner.os }}-sonar-scanner diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index f5f0033..3ba0bd6 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -21,14 +21,14 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Cache SonarCloud packages - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: ~\sonar\cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache SonarCloud scanner id: cache-sonar-scanner - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: .\.sonar\scanner key: ${{ runner.os }}-sonar-scanner