Skip to content

chore(deps): bump lodash, grunt-cli and grunt-env #625

chore(deps): bump lodash, grunt-cli and grunt-env

chore(deps): bump lodash, grunt-cli and grunt-env #625

Workflow file for this run

name: CodeQL
on:
merge_group:
push:
branches: ['master', 'v6', 'v7', 'v8', 'v9-optional-signup-username', 'v9', 'v10']
pull_request:
branches: ['master']
schedule:
- cron: '11 10 * * 4'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [javascript]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: '/language:${{ matrix.language }}'