Skip to content

馃懛 Drop verbosity flag at unpack step in CI (#5013) #10487

馃懛 Drop verbosity flag at unpack step in CI (#5013)

馃懛 Drop verbosity flag at unpack step in CI (#5013) #10487

name: 'CodeQL'
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6