Browse Source
Remove duplicated timeout in `zizmor.yml`
pull/15607/head
Yurii Motov
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
.github/workflows/zizmor.yml
|
|
|
@ -15,7 +15,6 @@ jobs: |
|
|
|
timeout-minutes: 5 |
|
|
|
permissions: |
|
|
|
security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files. |
|
|
|
timeout-minutes: 5 |
|
|
|
steps: |
|
|
|
- name: Checkout repository |
|
|
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
|
|
|
|