diff --git a/.github/workflows/code-scanning.yml b/.github/workflows/code-scanning.yml index 69bd789..88c76ff 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ~/.tflint.d/plugins key: '${{ matrix.os }}-tflint-${{ hashFiles(''.tflint.hcl'') }}'