Skip to content

chore(deps): bump github/codeql-action from 3.30.6 to 4.30.8 #682

chore(deps): bump github/codeql-action from 3.30.6 to 4.30.8

chore(deps): bump github/codeql-action from 3.30.6 to 4.30.8 #682

Workflow file for this run

---
name: Auto Labeler
on:
# pull_request_target event is required for autolabeler to support all PRs including forks
pull_request_target:
types: [opened, reopened, edited, synchronize]
permissions:
contents: read
jobs:
main:
permissions:
contents: write
pull-requests: write
uses: github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@26eec20abba5ae806698592c79628f6906da372c
with:
config-name: release-drafter.yml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}