diff --git a/.github/workflows/multiarch-build.yml b/.github/workflows/multiarch-build.yml index 08af16bd..2c633614 100644 --- a/.github/workflows/multiarch-build.yml +++ b/.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 }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd529a94..731678ea 100644 --- a/.pre-commit-config.yaml +++ b/.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]