Skip to content

build(deps): bump github/codeql-action from 3.27.6 to 3.27.7 #17

build(deps): bump github/codeql-action from 3.27.6 to 3.27.7

build(deps): bump github/codeql-action from 3.27.6 to 3.27.7 #17

Workflow file for this run

name: Labeler
on: [ pull_request_target ]
permissions:
contents: read
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yaml"