Skip to content

Commit c45bd1e

Browse files
Update actions/cache digest to 0057852
1 parent c2adef5 commit c45bd1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
distribution: 'microsoft'
5555

5656
- name: Cache SonarCloud packages
57-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
57+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5858
with:
5959
path: ~\sonar\cache
6060
key: ${{ runner.os }}-sonar

.github/workflows/security-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Restore ZAP container from cache if exists
3636
id: cache-docker-zap
37-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
37+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
3838
with:
3939
path: ~/ci/cache/docker/softwaresecurityproject
4040
key: cache-docker-zap-${{ env.ZAP_VERSION }}

0 commit comments

Comments
 (0)