Compare commits

..

1 commit

Author SHA1 Message Date
0aa85e9fa8 chore(deps): update https://github.com/actions/cache digest to d4323d4
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 1m19s
Signed-off-by: RenovateBot <renovatebot@w9r.dev>
2025-03-09 22:01:29 +00:00

View file

@ -20,7 +20,7 @@ jobs:
secretid: "${{ secrets.VAULT_SECRET_ID }}" secretid: "${{ secrets.VAULT_SECRET_ID }}"
- name: "Cache SonarQube packages" - name: "Cache SonarQube packages"
uses: https://github.com/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 uses: https://github.com/actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with: with:
path: ~/.sonar/cache path: ~/.sonar/cache
key: "${{ runner.os }}-sonar" key: "${{ runner.os }}-sonar"