1 parent 1c78df6 commit a897087Copy full SHA for a897087
1 file changed
.github/workflows/lint-workflows.yml
@@ -25,22 +25,11 @@ jobs:
25
contents: read
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
29
- id: app-token
30
- with:
31
- client-id: ${{ vars.ZIZMOR_GH_APP_CLIENT_ID }}
32
- private-key: ${{ secrets.ZIZMOR_GH_APP_PRIVATE_KEY }}
33
- owner: ${{ github.repository_owner }}
34
- repositories: "renovate-config"
35
- permission-contents: read
36
-
37
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
38
with:
39
persist-credentials: false
40
41
- name: Run zizmor security audit
42
- env:
43
- GH_TOKEN: ${{ steps.app-token.outputs.token }}
44
run: |
45
pip install zizmor
46
zizmor .
0 commit comments