Skip to content

Commit

Permalink
Explicitly install pcregrep
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 13, 2025
1 parent b0fd212 commit d61e325
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
pull-requests: write

steps:
- name: Install dependencies:
run: sudo apt-get install -y pcregrep

# This is a sensitive workflow because we have write permissions for pull-requests but we are
# processing remote code that we can't trust. Be careful not to place any trust in the contents
# of the pull request.
Expand Down

0 comments on commit d61e325

Please sign in to comment.