Skip to content

ci(deps): bump github/codeql-action from 3.26.0 to 3.27.1 #447

ci(deps): bump github/codeql-action from 3.26.0 to 3.27.1

ci(deps): bump github/codeql-action from 3.26.0 to 3.27.1 #447

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 3
init-commands: |
yarn nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3
parallel-commands: |
yarn nx-cloud record -- yarn nx workspace-lint
yarn nx-cloud record -- yarn nx format:check
yarn nx-cloud record -- yarn check-lockfile
parallel-commands-on-agents: |
yarn nx affected --target=lint --exclude=workspace --parallel=3
yarn nx affected --target=test --exclude=workspace --parallel=3 --ci --code-coverage
yarn nx affected --target=build,check-dependencies --exclude=workspace --parallel=3
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 3