Skip to content

build(deps): bump golang.org/x/net from 0.36.0 to 0.40.0 #5157

build(deps): bump golang.org/x/net from 0.36.0 to 0.40.0

build(deps): bump golang.org/x/net from 0.36.0 to 0.40.0 #5157

Workflow file for this run

name: Backport PR Creator
on:
pull_request_target: # zizmor: ignore[dangerous-triggers] In order to backport PRs from external
# contributors, this workflow needs to run against the base repo. The checkout action below is
# pinned to a specific commit to prevent arbitrary code execution by a fork that updates the
# logic of this workflow.
types:
- closed
- labeled
permissions:
contents: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
repository: "grafana/grafana-github-actions"
path: ./actions
persist-credentials: false
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run backport
uses: ./actions/backport
with:
labelsToAdd: backport
# The provided token needs read permissions for organization members if you want to remove the default reviewers.
removeDefaultReviewers: false
title: "[{{base}}] {{originalTitle}}"
token: ${{ secrets.GITHUB_TOKEN }}