diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f477bdb..8137e9a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -96,7 +96,7 @@ jobs: Set-Content Tests/OSLC4Net.Core.QueryTests/OSLC4Net.Core.QueryTests.csproj - name: Cache NuGet # id: cache-nuget - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 # env: # cache-name: cache-node-modules with: diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 88a752a..a9f9b9f 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -29,14 +29,14 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis persist-credentials: false - name: Cache SonarCloud packages - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ~\sonar\cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache SonarCloud scanner id: cache-sonar-scanner - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: .\.sonar\scanner key: ${{ runner.os }}-sonar-scanner