diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index b1ceba1..e7cbc4d 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 1 persist-credentials: false - id: cache-semgrep - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.local key: semgrep-1.160.0-${{ runner.os }}