Skip to content

chore(deps): Update react native reanimated (#2422) #2150

chore(deps): Update react native reanimated (#2422)

chore(deps): Update react native reanimated (#2422) #2150

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "main" ]
# Run once a week so old code is regularly re-analyzed.
schedule:
- cron: '43 20 * * 2'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze-js-tsc:
name: Analyze JS/TSC
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners
# Consider using larger runners for possible analysis time improvements.
runs-on: 'ubuntu-latest'
timeout-minutes: 5
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/[email protected]
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
with:
languages: 'javascript-typescript'
- name: Autobuild
uses: github/codeql-action/[email protected]
- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected]
with:
category: "/language:javascript-typescript"