chore(ci,codeql): lint fixes, release trigger; stamp ?v in HTML/CSS; fix editor cache-busting
This commit is contained in:
8
.github/workflows/codeql.yml
vendored
8
.github/workflows/codeql.yml
vendored
@@ -3,9 +3,9 @@ name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master", "main" ]
|
||||
branches: ["master", "main"]
|
||||
pull_request:
|
||||
branches: [ "master", "main" ]
|
||||
branches: ["master", "main"]
|
||||
schedule:
|
||||
- cron: "0 6 * * 1" # Mondays 06:00 UTC
|
||||
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: [ "javascript" ] # add more if needed: "python", "go", etc.
|
||||
language: ["javascript"] # add more if needed: "python", "go", etc.
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -34,7 +34,5 @@ jobs:
|
||||
config-file: .github/codeql/codeql-config.yml
|
||||
queries: +security-extended
|
||||
|
||||
# - uses: github/codeql-action/autobuild@v3
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3
|
||||
|
||||
Reference in New Issue
Block a user