We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d30d1 commit b74d898Copy full SHA for b74d898
.github/workflows/charm_integration_test.yml
@@ -90,7 +90,7 @@ jobs:
90
id: cache-wheels
91
# Ignoring the zizmor error since these artifacts are not used in releases,
92
# but we may want to revisit this to actually address the zizmor complaint
93
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # zizmor: ignore[cache-poisoning] Hash points to v4
+ uses: actions/cache@565629816435f6c0b50676926c9b05c254113c0c # zizmor: ignore[cache-poisoning] Hash points to v4
94
with:
95
path: /home/runner/snap/charmcraft/common/cache/charmcraft
96
key: ${{ runner.os }}-wheel-cache-${{ hashFiles('./uv.lock') }}
0 commit comments