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