We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4370835 commit 1311420Copy full SHA for 1311420
.github/workflows/ci.yml
@@ -25,9 +25,9 @@ jobs:
25
with:
26
persist-credentials: false
27
- name: Set up Docker Buildx
28
- uses: docker/setup-buildx-action@v3 # zizmor: ignore[cache-poisoning] internal image
+ uses: docker/setup-buildx-action@v3 # zizmor: ignore[cache-poisoning]
29
- name: Cache
30
- uses: actions/cache@v3 # zizmor: ignore[cache-poisoning] internal image
+ uses: actions/cache@v3 # zizmor: ignore[cache-poisoning]
31
id: cache
32
33
path: |
0 commit comments