Skip to content

Commit 1e239c8

Browse files
authored
Remove the checkout logic to avoid injection (#24442)
1 parent 8b31f63 commit 1e239c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pr-labeled.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
pull-requests: write
1515
contents: read
1616
steps:
17-
- uses: actions/checkout@v3
18-
with:
19-
sparse-checkout: |
20-
.github
2117
- name: process label
2218
shell: pwsh
2319
run: .github/workflows/script/PrLabeled.ps1 -LabelName "${{ github.event.label.name }}" -PrUrl $env:PR

0 commit comments

Comments
 (0)