Skip to content

fix(security): pin litellm<1.82.6 to mitigate supply chain attack #464

fix(security): pin litellm<1.82.6 to mitigate supply chain attack

fix(security): pin litellm<1.82.6 to mitigate supply chain attack #464

Workflow file for this run

---
name: "Labeler"
on:
pull_request_target:
branches: ["main"]
types: ["opened", "synchronize"]
permissions:
actions: read
contents: read
issues: write
pull-requests: write
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Labeler
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.app-token.outputs.token }}"