1 parent ca5843c commit 0a3445eCopy full SHA for 0a3445e
1 file changed
.github/workflows/release.yml
@@ -30,10 +30,12 @@ jobs:
30
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # 6.2.0
31
with:
32
go-version-file: go.mod
33
+ cache: false # no cache to avoid cache-poisoning: https://docs.zizmor.sh/audits/#cache-poisoning
34
35
- uses: jdx/mise-action@c53b9236f0b3370f31520f8b142f141256d839c6 # v3.6.0
36
37
install_args: aqua:tinygo-org/tinygo protoc protoc-gen-go github:firefly-zero/firefly-cli
38
39
40
- name: create package
41
run: |
0 commit comments