There was an error while loading. Please reload this page.
1 parent c2adef5 commit c45bd1eCopy full SHA for c45bd1e
2 files changed
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
distribution: 'microsoft'
55
56
- name: Cache SonarCloud packages
57
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
58
with:
59
path: ~\sonar\cache
60
key: ${{ runner.os }}-sonar
.github/workflows/security-tests.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Restore ZAP container from cache if exists
36
id: cache-docker-zap
37
38
39
path: ~/ci/cache/docker/softwaresecurityproject
40
key: cache-docker-zap-${{ env.ZAP_VERSION }}
0 commit comments