Skip to content

chore(Security): bump downshift from 6.1.12 to 9.0.4 #2138

chore(Security): bump downshift from 6.1.12 to 9.0.4

chore(Security): bump downshift from 6.1.12 to 9.0.4 #2138

Workflow file for this run

name: 'CodeQL security scan'
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '16 9 * * 5'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['typescript']
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v2