Skip to content

Commit a4be4be

Browse files
cowork-bot: SHA-pin actions/checkout in cowork-auto-pr workflow
1 parent 6ac86a4 commit a4be4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cowork-auto-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# without this step every run failed with "not a git repository" and no
1717
# PR was ever opened (fleet-wide defect: 11/11 seeded copies lacked it).
1818
- name: Check out the pushed branch
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.2.2
2020
with:
2121
ref: ${{ github.ref_name }}
2222
fetch-depth: 0

0 commit comments

Comments
 (0)