chore(deps): update pre-commit hooks and fix supply chain issue

This commit is contained in:
jguer 2021-03-02 08:23:26 +01:00
parent 05c2fa6087
commit ca60c15911
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35
2 changed files with 5 additions and 5 deletions

View file

@ -128,6 +128,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Release Notary Action
uses: commitsar-app/release-notary@v0.9.1
uses: aevea/release-notary@v0.9.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -9,13 +9,13 @@ repos:
- id: go-unit-tests
- id: go-build
- repo: https://github.com/prettier/prettier
rev: 2.0.5 # Use the sha or tag you want to point at
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1 # Use the sha or tag you want to point at
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0 # Use the ref you want to point at
rev: v3.4.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
- id: check-json
@ -23,7 +23,7 @@ repos:
- id: check-added-large-files
- repo: https://github.com/Woile/commitizen
rev: v2.1.0
rev: v2.15.3
hooks:
- id: commitizen
stages: [commit-msg]