chore(ci,codeql): lint fixes, release trigger; stamp ?v in HTML/CSS; fix editor cache-busting

This commit is contained in:
Ryan
2025-10-27 05:31:01 -04:00
committed by GitHub
parent 7fe8e858ae
commit 35966964e7
5 changed files with 129 additions and 134 deletions

View File

@@ -1,15 +1,12 @@
---
name: "FileRise CodeQL config"
# Scan only FileRise code, not vendored/minified/generated assets
paths:
- public/js # frontend JS/ES modules
- src
- "public/js"
- "api"
paths-ignore:
- public/vendor/**
- public/css/vendor/**
- public/fonts/**
- public/**/*.min.js
- public/**/*.min.css
- public/**/*.map
- **/node_modules/**
- "public/vendor/**"
- "public/css/vendor/**"
- "public/fonts/**"
- "public/**/*.min.js"
- "public/**/*.min.css"
- "public/**/*.map"