Skip to content

Bump jinja2 from 3.1.4 to 3.1.5 in the pip group #754

Bump jinja2 from 3.1.4 to 3.1.5 in the pip group

Bump jinja2 from 3.1.4 to 3.1.5 in the pip group #754

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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
*.githubusercontent.com:443
ghcr.io
- uses: TimonVS/pr-labeler-action@f9c084306ce8b3f488a8f3ee1ccedc6da131d1af # v5.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}