From ee7b2ca6556aa893b83c5059f230fcbd02008078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Matuszny?= Date: Tue, 15 Jul 2025 10:20:35 +0200 Subject: [PATCH] Set strict version for caching action --- cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache/action.yml b/cache/action.yml index 620d8296..20a9ace8 100644 --- a/cache/action.yml +++ b/cache/action.yml @@ -74,7 +74,7 @@ runs: - name: Cache with S3 (private/internal repos) if: steps.repo-visibility.outputs.cache-backend == 's3' - uses: SonarSource/gh-action_cache@master + uses: SonarSource/gh-action_cache@b65bddcb4ecd1c9fffa3a777366cba94577b5a3e # 1.0.0 id: s3-cache with: path: ${{ inputs.path }}