Skip to content

Bump react-error-boundary from 6.0.1 to 6.0.2 in /react #839

Bump react-error-boundary from 6.0.1 to 6.0.2 in /react

Bump react-error-boundary from 6.0.1 to 6.0.2 in /react #839

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
name: 'CodeQL'
on:
push:
branches-ignore:
- gh-pages
pull_request:
branches-ignore:
- gh-pages
schedule:
- cron: '0 22 * * 4'
jobs:
analyze:
name: 'Analyze'
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3