Skip to content

chore(deps): bump the go-minor-patch group with 3 updates #1025

chore(deps): bump the go-minor-patch group with 3 updates

chore(deps): bump the go-minor-patch group with 3 updates #1025

Workflow file for this run

name: PR
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened]
concurrency:
group: pr-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
security-events: write
actions: read
jobs:
security:
name: Security
uses: ./.github/workflows/security.yml
permissions:
contents: read
pull-requests: read
security-events: write
actions: read
secrets: inherit
with:
run_dependency_review: true
lint:
name: Lint
uses: ./.github/workflows/lint.yml
permissions:
contents: read
actions: read
test:
name: Test
uses: ./.github/workflows/test.yml
permissions:
contents: read
licenses:
name: Licenses
uses: ./.github/workflows/licenses.yml
permissions:
contents: read
docs:
name: Docs
uses: ./.github/workflows/docs.yml
permissions:
contents: read
plugin:
name: Plugin
uses: ./.github/workflows/plugin.yml
permissions:
contents: read