Skip to content

chore(deps): bump oas from 20.8.7 to 20.10.1 #1963

chore(deps): bump oas from 20.8.7 to 20.10.1

chore(deps): bump oas from 20.8.7 to 20.10.1 #1963

Workflow file for this run

name: 'CodeQL'
on:
push:
branches: [main, next]
pull_request:
branches: [main, next]
schedule:
- cron: '0 12 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
config-file: ./.github/codeql/config.yml
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2