Skip to content

Commit 0faedf3

Browse files
authored
ci: used pinned version actions/create-issue-on-failure (#13941)
1 parent a90ffb9 commit 0faedf3

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
@@ -101,7 +101,7 @@ jobs:
101101
fi
102102
- name: Create issue if previous step fails
103103
if: ${{ failure() && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
104-
uses: googleapis/librarian/.github/actions/create-issue-on-failure@main # zizmor: ignore[unpinned-uses]
104+
uses: googleapis/librarian/.github/actions/create-issue-on-failure@35997441eafc2b02716804f9baba1e3f04f8a44f # v0.31.1
105105
with:
106106
title: "Librarian generate diff check failed on main branch"
107107
body: |

0 commit comments

Comments
 (0)