Skip to content

build(deps-dev): bump typescript from 5.4.2 to 5.4.3 in /templates (#… #11

build(deps-dev): bump typescript from 5.4.2 to 5.4.3 in /templates (#…

build(deps-dev): bump typescript from 5.4.2 to 5.4.3 in /templates (#… #11

Workflow file for this run

name: codeql
on:
push:
branches: [ main ]
schedule:
- cron: '0 0 * * 0'
jobs:
codeql:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.x
- uses: github/codeql-action/init@v3
with:
languages: ['csharp', 'javascript']

Check failure on line 25 in .github/workflows/codeql.yml

View workflow run for this annotation

GitHub Actions / codeql

Invalid workflow file

The workflow is not valid. .github/workflows/codeql.yml (Line: 25, Col: 20): A sequence was not expected
- run: |
npm install
npm run build
working-directory: templates
- run: dotnet build -c Release
- uses: github/codeql-action/analyze@v3