Skip to content

Bump jinja2 from 3.1.2 to 3.1.3 #640

Bump jinja2 from 3.1.2 to 3.1.3

Bump jinja2 from 3.1.2 to 3.1.3 #640

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-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- uses: TimonVS/pr-labeler-action@8b99f404a073744885d8021d1de4e40c6eaf38e2 # v4.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}