diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a38515e..28b6537 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: with: persist-credentials: false - - uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2 + - uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3 version: permissions: diff --git a/action.yml b/action.yml index f00eed9..ec31433 100644 --- a/action.yml +++ b/action.yml @@ -123,7 +123,7 @@ runs: - name: quantum endpoint cache if: inputs.enable-cache == 'true' - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.cache/quantum key: quantum-cache-${{ runner.os }}-${{ runner.arch }}