Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Merge pull request #13 from PythonSmall-Q/PythonSmall-Q-patch-4 #16

Merge pull request #13 from PythonSmall-Q/PythonSmall-Q-patch-4

Merge pull request #13 from PythonSmall-Q/PythonSmall-Q-patch-4 #16

Workflow file for this run

name: CodeQL
on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
jobs:
CodeQL:
runs-on: 'ubuntu-latest'
timeout-minutes: 360
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: github/codeql-action/init@v2
with:
languages: "javascript"
- uses: github/codeql-action/autobuild@v2
- uses: github/codeql-action/analyze@v2
with:
category: "/language:javascript"