Skip to content

chore(ci): Bump docker/setup-buildx-action from 4.0.0 to 4.1.0 #66

chore(ci): Bump docker/setup-buildx-action from 4.0.0 to 4.1.0

chore(ci): Bump docker/setup-buildx-action from 4.0.0 to 4.1.0 #66

Workflow file for this run

name: Backport
on:
# NOTE(negz): This is a risky target, but we run this action only when and if
# a PR is closed, then filter down to specifically merged PRs. We also don't
# invoke any scripts, etc from within the repo. I believe the fact that we'll
# be able to review PRs before this runs makes this fairly safe.
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
pull_request_target:
types:
- closed
jobs:
open-pr:
runs-on: ubuntu-latest
if: github.event.pull_request.merged
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0
- name: Open Backport PR
uses: korthout/backport-action@66065406958f46e82238fd59546f5a99e69e22aa # v4