Skip to content

Suppress template injection (too many false positives) #296

Suppress template injection (too many false positives)

Suppress template injection (too many false positives) #296

name: Steeltoe.Common

Check failure on line 1 in .github/workflows/component-common.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/component-common.yml

Invalid workflow file

(Line: 21, Col: 13): Unexpected value ''
on:
workflow_dispatch:
pull_request:
paths:
- .editorconfig
- stylecop.json
- '*.props'
- '*.ruleset'
- .config/dotnet-tools.json
- .github/workflows/component-shared-workflow.yml
- .github/workflows/component-common.yml
- src/Common/**
- src/Steeltoe.Common.slnf
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
jobs:
linux:
uses: ./.github/workflows/component-shared-workflow.yml
with:
component: Common
OS: ubuntu
windows:
uses: ./.github/workflows/component-shared-workflow.yml
with:
component: Common
OS: windows