Skip to content

Bump github/codeql-action from 3.27.7 to 3.27.9 in the github-actions-dependency group #4431

Bump github/codeql-action from 3.27.7 to 3.27.9 in the github-actions-dependency group

Bump github/codeql-action from 3.27.7 to 3.27.9 in the github-actions-dependency group #4431

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
# Declare default permissions as read only.
permissions: read-all
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.1.1 # Uploads repository content to the runner
name: Checkout repository
with:
sparse-checkout: |
.github
- uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"