Add zizmor checks on CI (#3792)

* zizmor auto fixes

* add github action for security analysis with zizmor

* add access token to iOS push action
This commit is contained in:
fkwp
2026-03-11 14:20:05 +01:00
committed by GitHub
parent c9557e91d5
commit 41f7b643fb
10 changed files with 93 additions and 27 deletions

View File

@@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
persist-credentials: false
- name: Enable Corepack
run: corepack enable
- name: Yarn cache
@@ -34,6 +36,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
persist-credentials: false
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4