Skip to content

feat(deps): bump js-yaml from 3.14.1 to 3.14.2 in /organized #1872

feat(deps): bump js-yaml from 3.14.1 to 3.14.2 in /organized

feat(deps): bump js-yaml from 3.14.1 to 3.14.2 in /organized #1872

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 12 * * 4'
permissions: read-all
jobs:
codeql:
name: Code QL
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository for code analysis
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Initialize CodeQL
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db
with:
languages: javascript
queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db