Skip to content

Commit 51bfb7b

Browse files
Add security workflows: pre-commit hooks, dependency review
1 parent c67e0b6 commit 51bfb7b

3 files changed

Lines changed: 3 additions & 47 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
with:
2222
fail-on-severity: high
2323
comment-summary-in-pr: always
24-
deny-licenses: GPL-3.0, AGPL-3.0
24+
deny-licenses: GPL-3.0-only, AGPL-3.0-only

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ repos:
2525

2626
# Node.js/TypeScript specific
2727
- repo: https://github.com/pre-commit/mirrors-eslint
28-
rev: v9.5.0
28+
rev: v9.39.1
2929
hooks:
3030
- id: eslint
3131
files: \.[jt]sx?$
3232
types: [file]
3333
additional_dependencies:
34-
- eslint@9.5.0
34+
- eslint@9.39.1
3535
- typescript
3636
- "@typescript-eslint/parser"
3737
- "@typescript-eslint/eslint-plugin"

0 commit comments

Comments
 (0)