0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00

Update CodeQL Action (#37481)

This commit is contained in:
XhmikosR 2022-11-12 13:09:35 +02:00 committed by GitHub
parent 05b7df055e
commit 8387827c13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,6 @@ on:
- v4-dev
- "!dependabot/**"
pull_request:
# The branches below must be a subset of the branches above
branches:
- main
- v4-dev
@ -35,6 +34,12 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: "javascript"
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:javascript"