Procházet zdrojové kódy

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

jguer před 4 roky
rodič
revize
ca60c15911

+ 1 - 1
.github/workflows/multiarch-build.yml

@@ -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 }}

+ 4 - 4
.pre-commit-config.yaml

@@ -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]