Skip to content

Update github actions (release-2026-lts) (major) (#10611) #3157

Update github actions (release-2026-lts) (major) (#10611)

Update github actions (release-2026-lts) (major) (#10611) #3157

Workflow file for this run

name: Mend
on:
push:
branches:
- main
- release-*
paths-ignore:
- examples/**
workflow_dispatch:
inputs:
branch:
type: string
required: false
default: main
workflow_call:
inputs:
branch:
type: string
required: true
concurrency:
group: ${{ github.ref_name }}-mend
cancel-in-progress: true
permissions:
contents: read
jobs:
scan:
name: Mend
if: github.repository == 'nginx/kubernetes-ingress' && (github.event.repository.fork == false)
uses: nginx/compliance-rules/.github/workflows/mend.yml@eb7c8e7560d14e70266b934c32b7becaa3beeeed # v0.3.5
secrets: inherit
with:
product_name: kubernetes-ingress-controller_${{ inputs.branch && inputs.branch || github.ref_name }}
project_name: nic