Skip to content

Commit 0862a76

Browse files
authored
Merge pull request #1867 from rocketstack-matt/fix/pr-labeller-untrusted-checkout
fix: remove untrusted checkout in pr-labelling workflow
2 parents 9877549 + ed92224 commit 0862a76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pr-labelling.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
18-
with:
19-
ref: ${{ github.event.pull_request.head.sha }}
2018

2119
- name: Label PR based on changes
2220
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6

0 commit comments

Comments
 (0)