mirror of
https://github.com/apache/superset.git
synced 2026-07-09 08:15:49 +00:00
chore(ci): correct actions/cache pin comment to actual version v5.0.5
The pinned SHA 27d5ce7f107fe9357f9df03efb73ab90386fccae corresponds to actions/cache tag v5.0.5, not the floating v5 tag (which points to a different commit). Update the comment to the truthful version so it matches the pinned commit. Resolves code-scanning alert #2553 (zizmor ref-version-mismatch). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
yarn install --immutable
|
||||
|
||||
- name: Cache pre-commit environments
|
||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
|
||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
||||
with:
|
||||
path: ~/.cache/pre-commit
|
||||
key: pre-commit-v2-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
|
||||
|
||||
Reference in New Issue
Block a user