Skip to content

Bump @sinonjs/fake-timers from 6.0.1 to 14.0.0 #771

Bump @sinonjs/fake-timers from 6.0.1 to 14.0.0

Bump @sinonjs/fake-timers from 6.0.1 to 14.0.0 #771

Workflow file for this run

---
name: codeQL
on:
push:
branches: [development/*, stabilization/*, hotfix/*]
pull_request:
branches: [development/*, stabilization/*, hotfix/*]
workflow_dispatch:
jobs:
analyze:
name: Static analysis with CodeQL
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript, typescript
- name: Build and analyze
uses: github/codeql-action/analyze@v2