Skip to content

test.yml: Remove version parameter from dispatch job #203

test.yml: Remove version parameter from dispatch job

test.yml: Remove version parameter from dispatch job #203

Workflow file for this run

name: Audit
on:
workflow_dispatch:
schedule:
- cron: '26 3 * * *'
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions:
contents: read
jobs:
php:
uses: typisttech/.github/.github/workflows/audit-php.yml@8c3b859e35165a6e81a660713be195ec61d2ca1d # v5.2.1
go:
uses: typisttech/.github/.github/workflows/audit-go.yml@8c3b859e35165a6e81a660713be195ec61d2ca1d # v5.2.1