Skip to content

Merge pull request #13811 from aws-amplify/dev-main-merge-57ddd764229… #6130

Merge pull request #13811 from aws-amplify/dev-main-merge-57ddd764229…

Merge pull request #13811 from aws-amplify/dev-main-merge-57ddd764229… #6130

Workflow file for this run

# Ref: https://tinyurl.com/5d6rr8s7
name: 'CodeQL'
on:
push:
branches: [dev]
pull_request:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
# Minimal depth 2 so we can checkout the commit before possible merge commit.
fetch-depth: 2
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: '/language:${{matrix.language}}'