diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8708691de73..9046f8049f8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: POWERSHELL_YAML_VERSION: '0.4.12' PSSCRIPTANALYZER_VERSION: '1.24.0' TERM: xterm - ZIZMOR_VERSION: '1.12.0' + ZIZMOR_VERSION: '1.13.0' permissions: actions: read diff --git a/.github/zizmor.yml b/.github/zizmor.yml new file mode 100644 index 00000000000..ad6d7764821 --- /dev/null +++ b/.github/zizmor.yml @@ -0,0 +1,5 @@ +rules: + anonymous-definition: + disable: true + undocumented-permissions: + disable: true