diff --git a/.github/workflows/code-scanning.yml b/.github/workflows/code-scanning.yml index 469dadd..978b2ac 100644 --- a/.github/workflows/code-scanning.yml +++ b/.github/workflows/code-scanning.yml @@ -24,7 +24,7 @@ jobs: token: '${{ secrets.GITHUB_TOKEN }}' fetch-depth: 0 - name: Cache plugin dir - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 with: path: ~/.tflint.d/plugins key: '${{ matrix.os }}-tflint-${{ hashFiles(''.tflint.hcl'') }}'