Skip to content

chore(ci): Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 #91

chore(ci): Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0

chore(ci): Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 #91

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
- name: Open Backport PR
uses: korthout/backport-action@66065406958f46e82238fd59546f5a99e69e22aa # v4