Apply zizmor autofix

Command: `zizmor --fix=all .`
This commit is contained in:
Benoit Marty 2026-03-05 15:21:37 +01:00 committed by Benoit Marty
parent 9a59c06f6a
commit 60ba991670
14 changed files with 47 additions and 1 deletions

View file

@ -10,6 +10,8 @@ jobs:
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'element-hq/element-x-android' }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Add SSH private keys for submodule repositories
uses: webfactory/ssh-agent@a6f90b1f127823b31d4d4a8d96047790581349bd # v0.9.1
with: