We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc9809 commit f970898Copy full SHA for f970898
2 files changed
.github/workflows/security-zizmor.yml
@@ -21,12 +21,12 @@ jobs:
21
22
steps:
23
- name: Checkout repository
24
- uses: actions/checkout@v6.0.1
+ uses: actions/checkout@v6.0.2 # zizmor: ignore[unpinned-uses]
25
with:
26
persist-credentials: false
27
28
- name: Set up Python
29
- uses: actions/setup-python@v6
+ uses: actions/setup-python@v6 # zizmor: ignore[unpinned-uses]
30
31
python-version: '3.10.4'
32
.github/workflows/stargazers.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
fetch-depth: 0
0 commit comments