1
0
Fork 0

Merging upstream version 1.10.2+dfsg.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 07:13:57 +01:00
parent 88851e34c2
commit 9efdb66571
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
203 changed files with 1786 additions and 15780 deletions

View file

@ -6,11 +6,12 @@ on:
- main
- "!dependabot/**"
pull_request:
# The branches below must be a subset of the branches above
branches:
- main
- "!dependabot/**"
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
analyze:
@ -22,13 +23,21 @@ jobs:
security-events: write
steps:
- name: Checkout repository
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Initialize CodeQL
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"