mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-20 11:31:42 -08:00
Rename codeql-analysis.yml to codeql.yml
This commit is contained in:
parent
6700c62243
commit
2cbd2c8145
1 changed files with 0 additions and 0 deletions
42
.github/workflows/codeql.yml
vendored
Normal file
42
.github/workflows/codeql.yml
vendored
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
name: "CodeQL Security Analysis"
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
paths-ignore:
|
||||
- "README.md"
|
||||
- "docs/**"
|
||||
- ".vscode"
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "README.md"
|
||||
- ".vscode"
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze JavaScript/TypeScript
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
security-events: write
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
with:
|
||||
languages: javascript-typescript
|
||||
config-file: ./.github/codeql/codeql-config.yml
|
||||
queries: +./.github/codeql
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3
|
||||
with:
|
||||
category: "/language:javascript-typescript"
|
||||
Loading…
Add table
Add a link
Reference in a new issue