We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4090d67 commit 94efa1cCopy full SHA for 94efa1c
.github/workflows/security-tests.yml
@@ -18,7 +18,7 @@ jobs:
18
language: ['javascript']
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
22
- name: Initialize CodeQL
23
uses: github/codeql-action/init@v2
24
with:
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
stages: ["push"]
# Security
- repo: https://github.com/Yelp/detect-secrets
- rev: v1.3.0
+ rev: v1.4.0
hooks:
- id: detect-secrets
25
stages: ["commit", "push"]
@@ -35,7 +35,7 @@ repos:
35
36
# TypeScript
37
- repo: https://github.com/pre-commit/mirrors-eslint
38
- rev: v8.24.0
+ rev: v8.25.0
39
40
- id: eslint
41
args: ['--fix']
0 commit comments