diff --git a/.github/workflows/code-scanning.yml b/.github/workflows/code-scanning.yml index 9d8acdc..e8d98aa 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@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ~/.tflint.d/plugins key: '${{ matrix.os }}-tflint-${{ hashFiles(''.tflint.hcl'') }}'