Skip to content

Merge pull request #345 from hectorm/dependabot/npm_and_yarn/babel/pr… #886

Merge pull request #345 from hectorm/dependabot/npm_and_yarn/babel/pr…

Merge pull request #345 from hectorm/dependabot/npm_and_yarn/babel/pr… #886

Workflow file for this run

name: 'CodeQL analysis'
on:
push:
tags: ['*']
branches: ['*']
pull_request:
branches: ['*']
schedule:
- cron: '25 10 * * 3'
workflow_dispatch:
permissions: {}
jobs:
analyze:
name: 'CodeQL analysis'
runs-on: 'ubuntu-latest'
permissions:
actions: 'read'
contents: 'read'
security-events: 'write'
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- name: 'Checkout'
uses: 'actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a'
with:
languages: '${{ matrix.language }}'
- name: 'Autobuild'
uses: 'github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a'
- name: 'Perform CodeQL Analysis'
uses: 'github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a'