Skip to content

Commit 909bc1e

Browse files
committed
chore(actions): address zizmor unpinned findings
1 parent 0726a73 commit 909bc1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/librarian_generation_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
fi
116116
- name: Create issue if previous step fails
117117
if: ${{ failure() && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
118-
uses: googleapis/librarian/.github/actions/create-issue-on-failure@main
118+
uses: googleapis/librarian/.github/actions/create-issue-on-failure@main # zizmor: ignore[unpinned-uses]
119119
with:
120120
title: "Librarian generate diff check failed on main branch"
121121
body: |

0 commit comments

Comments
 (0)