Skip to content

Bump the github-action-updates group with 4 updates #588

Bump the github-action-updates group with 4 updates

Bump the github-action-updates group with 4 updates #588

Workflow file for this run

name: PR Labeler
on:
pull_request_target:
types: [opened]
permissions:
contents: read
jobs:
pr-labeler:
permissions:
pull-requests: write # for TimonVS/pr-labeler-action to add labels in PR
runs-on: ubuntu-24.04
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- name: Harden Runner
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
with:
egress-policy: audit
- uses: TimonVS/pr-labeler-action@f9c084306ce8b3f488a8f3ee1ccedc6da131d1af # v5.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}