Skip to content

Bump pre-commit from 4.0.1 to 4.1.0 in /.github/workflows/config #152

Bump pre-commit from 4.0.1 to 4.1.0 in /.github/workflows/config

Bump pre-commit from 4.0.1 to 4.1.0 in /.github/workflows/config #152

name: "Label Actions PR"
on:
pull_request:
types: [opened, reopened]
permissions:
contents: read
jobs:
action:
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
configuration-path: .github/workflows/config/labeler.yml
sync-labels: false
dot: true