Skip to content

feat: add Install CLI modal and update SocialIcons component for impr… #101

feat: add Install CLI modal and update SocialIcons component for impr…

feat: add Install CLI modal and update SocialIcons component for impr… #101

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
frontend-build:
uses: ./.github/workflows/frontend-build.yml
with:
node_version: '22.x'
apphost-build:
uses: ./.github/workflows/apphost-build.yml
integration-test:
needs:
- frontend-build
- apphost-build
uses: ./.github/workflows/integration.yml
with:
node_version: '22.x'
lint-and-validate:
uses: ./.github/workflows/lint-validate.yml
with:
node_version: '22.x'
security-scan:

Check failure on line 34 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 34, Col: 3): Error calling workflow 'microsoft/aspire.dev/.github/workflows/security-scan.yml@d0971c936bf1316a4f32a451f17e645aa0ac154f'. The nested job 'security' is requesting 'security-events: write', but is only allowed 'security-events: none'.
uses: ./.github/workflows/security-scan.yml
with:
node_version: '22.x'