Skip to content

test(pagination): add unit tests for user actions and external updates #26853

test(pagination): add unit tests for user actions and external updates

test(pagination): add unit tests for user actions and external updates #26853

Workflow file for this run

name: 'codeql'
on:
push:
branches: [main, v10]
pull_request:
branches: [main, v10]
merge_group:
types: [checks_requested]
schedule:
- cron: '0 12 * * 1'
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9