mirror of
https://github.com/curl/curl.git
synced 2026-08-05 17:26:13 +03:00
GHA/checksrc: pass zizmor a GH token, fix warnings found
For a complete, online, check. After this patch the check takes 30s, up from a fraction of a second. Also bump CodeQL actions to their latest version. Closes #18827
This commit is contained in:
parent
4e2edde102
commit
2e5993ab08
3 changed files with 7 additions and 5 deletions
2
.github/workflows/checksrc.yml
vendored
2
.github/workflows/checksrc.yml
vendored
|
|
@ -129,6 +129,8 @@ jobs:
|
|||
persist-credentials: false
|
||||
|
||||
- name: 'zizmor GHA'
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
zizmor --pedantic .github/workflows/*.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue