Skip to content

feat(go-test): added input parameter to inject go test flags (#86) #156

feat(go-test): added input parameter to inject go test flags (#86)

feat(go-test): added input parameter to inject go test flags (#86) #156

Workflow file for this run

name: CodeQL [Test only]
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
paths-ignore: # remove this clause if CodeQL is a required check
- '**/*.md'
schedule:
- cron: '39 19 * * 5'
permissions:
contents: read
jobs:
codeql:
permissions:
contents: read
security-events: write
uses: ./.github/workflows/codeql.yml
secrets: inherit