We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3a536 commit 12f3c5bCopy full SHA for 12f3c5b
1 file changed
.github/workflows/diff-generated-code.yml
@@ -11,13 +11,13 @@ jobs:
11
12
steps:
13
- name: Checkout PR branch
14
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
15
with:
16
ref: ${{ github.event.pull_request.head.sha }}
17
path: pr-branch
18
19
- name: Checkout target branch
20
21
22
ref: ${{ github.event.pull_request.base.sha }}
23
path: base-branch
0 commit comments