Skip to content

chore: update to latest LL version #41

chore: update to latest LL version

chore: update to latest LL version #41

Workflow file for this run

---
name: Pull Request Labeler
on:
- pull_request_target
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 # v2.0.0
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
- uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 # v4.0.2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}