Skip to content

Bump actions/setup-python from 5.1.0 to 5.1.1 #6200

Bump actions/setup-python from 5.1.0 to 5.1.1

Bump actions/setup-python from 5.1.0 to 5.1.1 #6200

Workflow file for this run

name: Backport
on:
pull_request_target:
types:
- closed
- labeled
permissions:
contents: read
jobs:
backport:
env:
BACKPORT_TOKEN: ${{ secrets.BACKPORT_TOKEN }}
permissions:
pull-requests: write
runs-on: ubuntu-latest
name: Backport
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- name: Backport Bot
id: backport
uses: m-kuhn/backport@7f3cab83e4b3b26aefcffda21851c3dc3d389f45 #v1.2.7
with:
github_token: ${{ env.BACKPORT_TOKEN }}