Skip to content

Commit 6e1e976

Browse files
S3DFX-CYBERatscott
authored andcommitted
ci: use immutable sha for checkout
Change to immutable SHA for checkout reference.
1 parent 33b001d commit 6e1e976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark-compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
repository: ${{steps.comment-branch.outputs.head_owner}}/${{steps.comment-branch.outputs.head_repo}}
3535
# Checkout the pull request and assume it being trusted given we've checked
3636
# that the action was triggered by a team member.
37-
ref: ${{steps.comment-branch.outputs.head_ref}}
37+
ref: ${{steps.comment-branch.outputs.head_sha}}
3838

3939
- run: pnpm install --frozen-lockfile
4040

0 commit comments

Comments
 (0)