Skip to content

Commit cdbf347

Browse files
committed
update
1 parent ffa90e7 commit cdbf347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security-testing-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
actions: read # only needed for private repos
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+
uses: actions/checkout@v6
2020
with:
2121
persist-credentials: false
2222

2323
- name: Install the latest version of uv
2424
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
2525

2626
- name: Run zizmor 🌈
27-
run: uvx zizmor --format=github
27+
run: uvx zizmor --format=github .
2828
env:
2929
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030

0 commit comments

Comments
 (0)