Skip to content

Update module github.com/shirou/gopsutil/v4 to v4.26.4 #2036

Update module github.com/shirou/gopsutil/v4 to v4.26.4

Update module github.com/shirou/gopsutil/v4 to v4.26.4 #2036

Workflow file for this run

name: Mend
on:
push:
branches:
- main
- release-*
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
paths-ignore:
- docs/**
pull_request:
branches:
- main
- release-*
paths-ignore:
- docs/**
concurrency:
group: ${{ github.ref_name }}-mend
cancel-in-progress: true
permissions:
contents: read
jobs:
mend:
if: >-
${{
(github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') && !startsWith(github.head_ref, 'renovate/')) ||
(github.event_name == 'push' && !github.event.repository.fork)
}}
uses: nginx/compliance-rules/.github/workflows/mend.yml@543d32464b56e6a695939f41ba8009cbb10e413a # v0.3.3
secrets: inherit
with:
product_name: nginx-agent-v3_${{ github.ref_name }}
project_name: nginx-agent-v3