We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa90e7 commit cdbf347Copy full SHA for cdbf347
.github/workflows/security-testing-pr.yml
@@ -16,15 +16,15 @@ jobs:
16
actions: read # only needed for private repos
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@v6
20
with:
21
persist-credentials: false
22
23
- name: Install the latest version of uv
24
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
25
26
- name: Run zizmor 🌈
27
- run: uvx zizmor --format=github
+ run: uvx zizmor --format=github .
28
env:
29
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
0 commit comments