We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734c6b9 commit 2e6463dCopy full SHA for 2e6463d
.github/workflows/release.yaml
@@ -17,8 +17,7 @@ jobs:
17
- name: 📥 Checkout
18
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19
with:
20
- ref: ${{ github.event.release.tag_name }}
21
- persist-credentials: false
+ ref: ${{ github.event.release.tag_name }} # zizmor: ignore[artipacked]
22
- name: 🧹 Free disk space
23
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # main
24
0 commit comments