diff --git a/.github/workflows/security-tests.yml b/.github/workflows/security-tests.yml index 3326359..81bc5e1 100644 --- a/.github/workflows/security-tests.yml +++ b/.github/workflows/security-tests.yml @@ -18,7 +18,7 @@ jobs: language: ['javascript'] steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize CodeQL uses: github/codeql-action/init@v2 with: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33e25ec..e4b1f4d 100644 --- a/.pre-commit-config.yaml +++ b/.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 stages: ["commit", "push"] @@ -35,7 +35,7 @@ repos: stages: ["push"] # TypeScript - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.24.0 + rev: v8.25.0 hooks: - id: eslint args: ['--fix']