Skip to content

Commit 8b60f35

Browse files
authored
ci: pin checkout to sha aligning with all other uses (#442)
1 parent a086595 commit 8b60f35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
skip_mdx_pr_step: ${{ steps.skip_mdx_pr_step_setting.outputs.skip_mdx_pr_step }}
273273
steps:
274274
- name: Checkout code
275-
uses: actions/checkout@v4
275+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
276276

277277
- name: Set SKIP_MDX_PR_STEP condition
278278
id: skip_mdx_pr_step_setting

0 commit comments

Comments
 (0)