From ad0497b94bfbb3a767d74d0ffea2ec2825c155c0 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 18 Feb 2025 20:01:25 +0000 Subject: [PATCH] chore(deps): update https://github.com/actions/cache digest to 0c907a7 Signed-off-by: RenovateBot --- .forgejo/workflows/sonarqube.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/sonarqube.yaml b/.forgejo/workflows/sonarqube.yaml index be075e5..c775571 100644 --- a/.forgejo/workflows/sonarqube.yaml +++ b/.forgejo/workflows/sonarqube.yaml @@ -20,7 +20,7 @@ jobs: secretid: "${{ secrets.VAULT_SECRET_ID }}" - name: "Cache SonarQube packages" - uses: https://github.com/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: https://github.com/actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 with: path: ~/.sonar/cache key: "${{ runner.os }}-sonar"