Skip to content

Commit fdcb8c2

Browse files
committed
[CP-Sec] Pin actions/checkout version to hash
1 parent 764e980 commit fdcb8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_clang_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-20.04
99
steps:
1010
- name: Code checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1212
- name: Is-clang-formatted hook
1313
run: ./hooks/is-clang-formatted.sh
1414
- name: Show diff

0 commit comments

Comments
 (0)