Skip to content

Commit f06ed9a

Browse files
Pin actions/checkout action to 08c6903 (#9110)
1 parent 6ede559 commit f06ed9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-buildomat-junit-to-trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout the source code
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2525

2626
- name: Upload JUnit XML to Trunk
2727
run: tools/upload_buildomat_junit_to_trunk.sh "${CHECK_SUITE_ID}"

0 commit comments

Comments
 (0)